Color Hex Logo

#5204bb Color Hex

#5204BB
(82,4,187)
0 Favorites   0 Comments

Color spaces of #5204bb

RGB 824187
HSL0.740.960.37
HSV266°98°73°
CMYK 0.560.980.00   0.27
XYZ12.49275.468547.4108
Yxy5.46850.19110.0837
Hunter Lab23.384854.4353-103.8362
CIE-Lab28.029964.4358-75.6759

#5204bb color RGB value is (82,4,187).

#5204bb hex color red value is 82, green value is 4 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5204bb hue: 0.74 , saturation: 0.96 and the lightness value of 5204bb is 0.37.

The process color (four color CMYK) of #5204bb color hex is 0.56, 0.98, 0.00, 0.27. Web safe color of #5204bb is #6600cc. Color #5204bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 10111011
Octal 122 4 273
Decimal 82 4 187
Hex 52 4 BB

RGB Percentages of Color #5204bb

%30.04
%1.47
%68.50

CMYK Percentages of Color #5204bb

%56
%98
%0
%27

Triadic Colors of #5204bb

#5204bb #bb5204 #04bb52

Analogous Colors of #5204bb

#5204bb #ae04bb #0412bb

Monochromatic Colors of #5204bb

#5204bb

Complementary Color

#5204bb #6dbb04

#5204bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5204bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5204bb Color CSS Codes

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

#5204bb Text Font Color

<p style="color:#5204bb">Text here</p>

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


#5204bb Background Color

<div style="background-color:#5204bb">
Div content here</div>

This div background color is #5204bb


#5204bb Border Color

<div style="border:3px solid #5204bb">
Div here</div>

This div border color is #5204bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,4,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5204bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5204bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5204bb;
  box-shadow:         1px 1px 3px 2px #5204bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5204bb


Comments

No comments written yet.

Please login to write comment.