Color Hex Logo

#52819b Color Hex

#52819B
(82,129,155)
0 Favorites   0 Comments

Color spaces of #52819b

RGB 82129155
HSL0.560.310.46
HSV201°47°61°
CMYK 0.470.170.00   0.39
XYZ17.246319.860933.9349
Yxy19.86090.24280.2796
Hunter Lab44.5656-8.9126-13.9511
CIE-Lab51.6796-8.6554-18.9108

#52819b color RGB value is (82,129,155).

#52819b hex color red value is 82, green value is 129 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #52819b hue: 0.56 , saturation: 0.31 and the lightness value of 52819b is 0.46.

The process color (four color CMYK) of #52819b color hex is 0.47, 0.17, 0.00, 0.39. Web safe color of #52819b is #669999. Color #52819b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 10011011
Octal 122 201 233
Decimal 82 129 155
Hex 52 81 9B

RGB Percentages of Color #52819b

%22.40
%35.25
%42.35

CMYK Percentages of Color #52819b

%47
%17
%0
%39

Triadic Colors of #52819b

#52819b #9b5281 #819b52

Analogous Colors of #52819b

#52819b #525d9b #529b91

Monochromatic Colors of #52819b

#52819b

Complementary Color

#52819b #9b6c52

#52819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52819b Color CSS Codes

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

#52819b Text Font Color

<p style="color:#52819b">Text here</p>

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


#52819b Background Color

<div style="background-color:#52819b">
Div content here</div>

This div background color is #52819b


#52819b Border Color

<div style="border:3px solid #52819b">
Div here</div>

This div border color is #52819b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,129,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52819b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52819b;
  -webkit-box-shadow: 1px 1px 3px 2px #52819b;
  box-shadow:         1px 1px 3px 2px #52819b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52819b


Comments

No comments written yet.

Please login to write comment.