Color Hex Logo

#527388 Color Hex

#527388
(82,115,136)
0 Favorites   0 Comments

Color spaces of #527388

RGB 82115136
HSL0.560.250.43
HSV203°40°53°
CMYK 0.400.150.00   0.47
XYZ14.054315.832925.6079
Yxy15.83290.25330.2853
Hunter Lab39.7906-6.5861-10.3037
CIE-Lab46.7545-6.0942-15.2555

#527388 color RGB value is (82,115,136).

#527388 hex color red value is 82, green value is 115 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #527388 hue: 0.56 , saturation: 0.25 and the lightness value of 527388 is 0.43.

The process color (four color CMYK) of #527388 color hex is 0.40, 0.15, 0.00, 0.47. Web safe color of #527388 is #666699. Color #527388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110011 10001000
Octal 122 163 210
Decimal 82 115 136
Hex 52 73 88

RGB Percentages of Color #527388

%24.62
%34.53
%40.84

CMYK Percentages of Color #527388

%40
%15
%0
%47

Triadic Colors of #527388

#527388 #885273 #738852

Analogous Colors of #527388

#527388 #525888 #528882

Monochromatic Colors of #527388

#527388

Complementary Color

#527388 #886752

#527388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527388 Color CSS Codes

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

#527388 Text Font Color

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

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


#527388 Background Color

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

This div background color is #527388


#527388 Border Color

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

This div border color is #527388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527388


Comments

No comments written yet.

Please login to write comment.