Color Hex Logo

#525770 Color Hex

#525770
(82,87,112)
0 Favorites   0 Comments

Color spaces of #525770

RGB 8287112
HSL0.640.150.38
HSV230°27°44°
CMYK 0.270.220.00   0.56
XYZ9.81259.780116.6998
Yxy9.78010.27040.2695
Hunter Lab31.27321.2795-9.7695
CIE-Lab37.44484.1924-14.9104

#525770 color RGB value is (82,87,112).

#525770 hex color red value is 82, green value is 87 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #525770 hue: 0.64 , saturation: 0.15 and the lightness value of 525770 is 0.38.

The process color (four color CMYK) of #525770 color hex is 0.27, 0.22, 0.00, 0.56. Web safe color of #525770 is #666666. Color #525770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 01110000
Octal 122 127 160
Decimal 82 87 112
Hex 52 57 70

RGB Percentages of Color #525770

%29.18
%30.96
%39.86

CMYK Percentages of Color #525770

%27
%22
%0
%56

Triadic Colors of #525770

#525770 #705257 #577052

Analogous Colors of #525770

#525770 #5c5270 #526670

Monochromatic Colors of #525770

#525770

Complementary Color

#525770 #706b52

#525770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525770 Color CSS Codes

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

#525770 Text Font Color

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

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


#525770 Background Color

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

This div background color is #525770


#525770 Border Color

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

This div border color is #525770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525770


Comments

No comments written yet.

Please login to write comment.