Color Hex Logo

#525c93 Color Hex

#525C93
(82,92,147)
0 Favorites   0 Comments

Color spaces of #525c93

RGB 8292147
HSL0.640.280.45
HSV231°44°58°
CMYK 0.440.370.00   0.42
XYZ12.573311.554729.1714
Yxy11.55470.23590.2168
Hunter Lab33.99226.5386-27.0869
CIE-Lab40.499411.2332-31.5197

#525c93 color RGB value is (82,92,147).

#525c93 hex color red value is 82, green value is 92 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #525c93 hue: 0.64 , saturation: 0.28 and the lightness value of 525c93 is 0.45.

The process color (four color CMYK) of #525c93 color hex is 0.44, 0.37, 0.00, 0.42. Web safe color of #525c93 is #666699. Color #525c93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011100 10010011
Octal 122 134 223
Decimal 82 92 147
Hex 52 5C 93

RGB Percentages of Color #525c93

%25.55
%28.66
%45.79

CMYK Percentages of Color #525c93

%44
%37
%0
%42

Triadic Colors of #525c93

#525c93 #93525c #5c9352

Analogous Colors of #525c93

#525c93 #695293 #527d93

Monochromatic Colors of #525c93

#525c93

Complementary Color

#525c93 #938952

#525c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525c93 Color CSS Codes

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

#525c93 Text Font Color

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

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


#525c93 Background Color

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

This div background color is #525c93


#525c93 Border Color

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

This div border color is #525c93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,92,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525c93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525c93;
  -webkit-box-shadow: 1px 1px 3px 2px #525c93;
  box-shadow:         1px 1px 3px 2px #525c93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525c93


Comments

No comments written yet.

Please login to write comment.