Color Hex Logo

#527185 Color Hex

#527185
(82,113,133)
0 Favorites   0 Comments

Color spaces of #527185

RGB 82113133
HSL0.570.240.42
HSV204°38°52°
CMYK 0.380.150.00   0.48
XYZ13.618415.297524.4253
Yxy15.29750.25530.2868
Hunter Lab39.1120-6.2942-9.6480
CIE-Lab46.0390-5.7725-14.5587

#527185 color RGB value is (82,113,133).

#527185 hex color red value is 82, green value is 113 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #527185 hue: 0.57 , saturation: 0.24 and the lightness value of 527185 is 0.42.

The process color (four color CMYK) of #527185 color hex is 0.38, 0.15, 0.00, 0.48. Web safe color of #527185 is #666699. Color #527185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 10000101
Octal 122 161 205
Decimal 82 113 133
Hex 52 71 85

RGB Percentages of Color #527185

%25.00
%34.45
%40.55

CMYK Percentages of Color #527185

%38
%15
%0
%48

Triadic Colors of #527185

#527185 #855271 #718552

Analogous Colors of #527185

#527185 #525785 #528580

Monochromatic Colors of #527185

#527185

Complementary Color

#527185 #856652

#527185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527185 Color CSS Codes

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

#527185 Text Font Color

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

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


#527185 Background Color

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

This div background color is #527185


#527185 Border Color

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

This div border color is #527185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527185


Comments

No comments written yet.

Please login to write comment.