Color Hex Logo

#527281 Color Hex

#527281
(82,114,129)
0 Favorites   0 Comments

Color spaces of #527281

RGB 82114129
HSL0.550.220.41
HSV199°36°51°
CMYK 0.360.120.00   0.49
XYZ13.459415.413423.0346
Yxy15.41340.25930.2969
Hunter Lab39.2599-7.5100-7.3047
CIE-Lab46.1953-7.4683-11.9376

#527281 color RGB value is (82,114,129).

#527281 hex color red value is 82, green value is 114 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #527281 hue: 0.55 , saturation: 0.22 and the lightness value of 527281 is 0.41.

The process color (four color CMYK) of #527281 color hex is 0.36, 0.12, 0.00, 0.49. Web safe color of #527281 is #666699. Color #527281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 10000001
Octal 122 162 201
Decimal 82 114 129
Hex 52 72 81

RGB Percentages of Color #527281

%25.23
%35.08
%39.69

CMYK Percentages of Color #527281

%36
%12
%0
%49

Triadic Colors of #527281

#527281 #815272 #728152

Analogous Colors of #527281

#527281 #525b81 #528179

Monochromatic Colors of #527281

#527281

Complementary Color

#527281 #816152

#527281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527281 Color CSS Codes

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

#527281 Text Font Color

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

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


#527281 Background Color

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

This div background color is #527281


#527281 Border Color

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

This div border color is #527281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527281


Comments

No comments written yet.

Please login to write comment.