Color Hex Logo

#527894 Color Hex

#527894
(82,120,148)
0 Favorites   0 Comments

Color spaces of #527894

RGB 82120148
HSL0.570.290.45
HSV205°45°58°
CMYK 0.450.190.00   0.42
XYZ15.541417.364930.5496
Yxy17.36490.24490.2737
Hunter Lab41.6712-6.3525-14.2963
CIE-Lab48.7166-5.5368-19.3515

#527894 color RGB value is (82,120,148).

#527894 hex color red value is 82, green value is 120 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #527894 hue: 0.57 , saturation: 0.29 and the lightness value of 527894 is 0.45.

The process color (four color CMYK) of #527894 color hex is 0.45, 0.19, 0.00, 0.42. Web safe color of #527894 is #666699. Color #527894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111000 10010100
Octal 122 170 224
Decimal 82 120 148
Hex 52 78 94

RGB Percentages of Color #527894

%23.43
%34.29
%42.29

CMYK Percentages of Color #527894

%45
%19
%0
%42

Triadic Colors of #527894

#527894 #945278 #789452

Analogous Colors of #527894

#527894 #525794 #52948f

Monochromatic Colors of #527894

#527894

Complementary Color

#527894 #946e52

#527894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527894 Color CSS Codes

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

#527894 Text Font Color

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

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


#527894 Background Color

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

This div background color is #527894


#527894 Border Color

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

This div border color is #527894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527894


Comments

No comments written yet.

Please login to write comment.