Color Hex Logo

#5205c1 Color Hex

#5205C1
(82,5,193)
0 Favorites   0 Comments

Color spaces of #5205c1

RGB 825193
HSL0.730.950.39
HSV265°97°76°
CMYK 0.580.970.00   0.24
XYZ13.15965.752650.8689
Yxy5.75260.18860.0824
Hunter Lab23.984655.9644-108.9590
CIE-Lab28.779565.6501-77.9829

#5205c1 color RGB value is (82,5,193).

#5205c1 hex color red value is 82, green value is 5 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #5205c1 hue: 0.73 , saturation: 0.95 and the lightness value of 5205c1 is 0.39.

The process color (four color CMYK) of #5205c1 color hex is 0.58, 0.97, 0.00, 0.24. Web safe color of #5205c1 is #6600cc. Color #5205c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 11000001
Octal 122 5 301
Decimal 82 5 193
Hex 52 5 C1

RGB Percentages of Color #5205c1

%29.29
%1.79
%68.93

CMYK Percentages of Color #5205c1

%58
%97
%0
%24

Triadic Colors of #5205c1

#5205c1 #c15205 #05c152

Analogous Colors of #5205c1

#5205c1 #b005c1 #0516c1

Monochromatic Colors of #5205c1

#5205c1

Complementary Color

#5205c1 #74c105

#5205c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5205c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5205c1 Color CSS Codes

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

#5205c1 Text Font Color

<p style="color:#5205c1">Text here</p>

This sample text font color is #5205c1
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.


#5205c1 Background Color

<div style="background-color:#5205c1">
Div content here</div>

This div background color is #5205c1


#5205c1 Border Color

<div style="border:3px solid #5205c1">
Div here</div>

This div border color is #5205c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,5,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5205c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5205c1;
  -webkit-box-shadow: 1px 1px 3px 2px #5205c1;
  box-shadow:         1px 1px 3px 2px #5205c1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5205c1


Comments

No comments written yet.

Please login to write comment.