Color Hex Logo

#5215ce Color Hex

#5215CE
(82,21,206)
0 Favorites   0 Comments

Color spaces of #5215ce

RGB 8221206
HSL0.720.810.45
HSV260°90°81°
CMYK 0.600.900.00   0.19
XYZ14.88846.786458.9177
Yxy6.78640.18470.0842
Hunter Lab26.050756.4268-115.8579
CIE-Lab31.315665.5830-81.3979

#5215ce color RGB value is (82,21,206).

#5215ce hex color red value is 82, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5215ce hue: 0.72 , saturation: 0.81 and the lightness value of 5215ce is 0.45.

The process color (four color CMYK) of #5215ce color hex is 0.60, 0.90, 0.00, 0.19. Web safe color of #5215ce is #6600cc. Color #5215ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 11001110
Octal 122 25 316
Decimal 82 21 206
Hex 52 15 CE

RGB Percentages of Color #5215ce

%26.54
%6.80
%66.67

CMYK Percentages of Color #5215ce

%60
%90
%0
%19

Triadic Colors of #5215ce

#5215ce #ce5215 #15ce52

Analogous Colors of #5215ce

#5215ce #af15ce #1534ce

Monochromatic Colors of #5215ce

#5215ce

Complementary Color

#5215ce #91ce15

#5215ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5215ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5215ce Color CSS Codes

.mybgcolor {background-color:#5215ce; } 
.myforecolor {color:#5215ce; }
.mybordercolor {border:3px solid #5215ce; }

#5215ce Text Font Color

<p style="color:#5215ce">Text here</p>

This sample text font color is #5215ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5215ce Background Color

<div style="background-color:#5215ce">
Div content here</div>

This div background color is #5215ce


#5215ce Border Color

<div style="border:3px solid #5215ce">
Div here</div>

This div border color is #5215ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,21,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5215ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5215ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5215ce;
  box-shadow:         1px 1px 3px 2px #5215ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,21,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5215ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5215ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5215ce;
  box-shadow:         1px 1px 3px 2px #5215ce;">
Div content here</div>

This div box has shadow with color #5215ce


Comments

No comments written yet.

Please login to write comment.