Color Hex Logo

#527dbd Color Hex

#527DBD
(82,125,189)
0 Favorites   0 Comments

Color spaces of #527dbd

RGB 82125189
HSL0.600.450.53
HSV216°57°74°
CMYK 0.570.340.00   0.26
XYZ19.998620.135250.9766
Yxy20.13520.21950.2210
Hunter Lab44.87231.0271-35.9451
CIE-Lab51.98974.3290-38.0747

#527dbd color RGB value is (82,125,189).

#527dbd hex color red value is 82, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #527dbd hue: 0.60 , saturation: 0.45 and the lightness value of 527dbd is 0.53.

The process color (four color CMYK) of #527dbd color hex is 0.57, 0.34, 0.00, 0.26. Web safe color of #527dbd is #6666cc. Color #527dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 10111101
Octal 122 175 275
Decimal 82 125 189
Hex 52 7D BD

RGB Percentages of Color #527dbd

%20.71
%31.57
%47.73

CMYK Percentages of Color #527dbd

%57
%34
%0
%26

Triadic Colors of #527dbd

#527dbd #bd527d #7dbd52

Analogous Colors of #527dbd

#527dbd #5c52bd #52b3bd

Monochromatic Colors of #527dbd

#527dbd

Complementary Color

#527dbd #bd9252

#527dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dbd Color CSS Codes

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

#527dbd Text Font Color

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

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


#527dbd Background Color

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

This div background color is #527dbd


#527dbd Border Color

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

This div border color is #527dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dbd


Comments

No comments written yet.

Please login to write comment.