Color Hex Logo

#527e8d Color Hex

#527E8D
(82,126,141)
0 Favorites   0 Comments

Color spaces of #527e8d

RGB 82126141
HSL0.540.260.44
HSV195°42°55°
CMYK 0.420.110.00   0.45
XYZ15.748218.638627.9669
Yxy18.63860.25260.2989
Hunter Lab43.1724-10.4396-8.1871
CIE-Lab50.2617-10.9894-12.8887

#527e8d color RGB value is (82,126,141).

#527e8d hex color red value is 82, green value is 126 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #527e8d hue: 0.54 , saturation: 0.26 and the lightness value of 527e8d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 10001101
Octal 122 176 215
Decimal 82 126 141
Hex 52 7E 8D

RGB Percentages of Color #527e8d

%23.50
%36.10
%40.40

CMYK Percentages of Color #527e8d

%42
%11
%0
%45

Triadic Colors of #527e8d

#527e8d #8d527e #7e8d52

Analogous Colors of #527e8d

#527e8d #52618d #528d7f

Monochromatic Colors of #527e8d

#527e8d

Complementary Color

#527e8d #8d6152

#527e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#527e8d Color CSS Codes

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

#527e8d Text Font Color

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

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


#527e8d Background Color

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

This div background color is #527e8d


#527e8d Border Color

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

This div border color is #527e8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,126,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527e8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527e8d;
  -webkit-box-shadow: 1px 1px 3px 2px #527e8d;
  box-shadow:         1px 1px 3px 2px #527e8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527e8d


Comments

No comments written yet.

Please login to write comment.