Color Hex Logo

#527195 Color Hex

#527195
(82,113,149)
0 Favorites   0 Comments

Color spaces of #527195

RGB 82113149
HSL0.590.290.45
HSV212°45°58°
CMYK 0.450.240.00   0.42
XYZ14.809615.774030.6979
Yxy15.77400.24170.2574
Hunter Lab39.7165-2.9443-18.0252
CIE-Lab46.6766-1.1044-23.0803

#527195 color RGB value is (82,113,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 10010101
Octal 122 161 225
Decimal 82 113 149
Hex 52 71 95

RGB Percentages of Color #527195

%23.84
%32.85
%43.31

CMYK Percentages of Color #527195

%45
%24
%0
%42

Triadic Colors of #527195

#527195 #955271 #719552

Analogous Colors of #527195

#527195 #555295 #529395

Monochromatic Colors of #527195

#527195

Complementary Color

#527195 #957652

#527195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527195 Color CSS Codes

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

#527195 Text Font Color

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

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


#527195 Background Color

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

This div background color is #527195


#527195 Border Color

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

This div border color is #527195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527195


Comments

No comments written yet.

Please login to write comment.