Color Hex Logo

#527b8d Color Hex

#527B8D
(82,123,141)
0 Favorites   0 Comments

Color spaces of #527b8d

RGB 82123141
HSL0.550.260.44
HSV198°42°55°
CMYK 0.420.130.00   0.45
XYZ15.370417.882827.8409
Yxy17.88280.25160.2927
Hunter Lab42.2881-9.1249-9.4327
CIE-Lab49.3536-9.2893-14.2630

#527b8d color RGB value is (82,123,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111011 10001101
Octal 122 173 215
Decimal 82 123 141
Hex 52 7B 8D

RGB Percentages of Color #527b8d

%23.70
%35.55
%40.75

CMYK Percentages of Color #527b8d

%42
%13
%0
%45

Triadic Colors of #527b8d

#527b8d #8d527b #7b8d52

Analogous Colors of #527b8d

#527b8d #525d8d #528d82

Monochromatic Colors of #527b8d

#527b8d

Complementary Color

#527b8d #8d6452

#527b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#527b8d Color CSS Codes

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

#527b8d Text Font Color

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

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


#527b8d Background Color

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

This div background color is #527b8d


#527b8d Border Color

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

This div border color is #527b8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,123,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 #527b8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527b8d


Comments

No comments written yet.

Please login to write comment.