Color Hex Logo

#527dcd Color Hex

#527DCD
(82,125,205)
0 Favorites   0 Comments

Color spaces of #527dcd

RGB 82125205
HSL0.610.550.56
HSV219°60°80°
CMYK 0.600.390.00   0.20
XYZ21.832720.868860.6350
Yxy20.86880.21130.2019
Hunter Lab45.68245.3652-46.7190
CIE-Lab52.80569.6390-45.9145

#527dcd color RGB value is (82,125,205).

#527dcd hex color red value is 82, green value is 125 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #527dcd hue: 0.61 , saturation: 0.55 and the lightness value of 527dcd is 0.56.

The process color (four color CMYK) of #527dcd color hex is 0.60, 0.39, 0.00, 0.20. Web safe color of #527dcd is #6666cc. Color #527dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11001101
Octal 122 175 315
Decimal 82 125 205
Hex 52 7D CD

RGB Percentages of Color #527dcd

%19.90
%30.34
%49.76

CMYK Percentages of Color #527dcd

%60
%39
%0
%20

Triadic Colors of #527dcd

#527dcd #cd527d #7dcd52

Analogous Colors of #527dcd

#527dcd #6552cd #52bbcd

Monochromatic Colors of #527dcd

#527dcd

Complementary Color

#527dcd #cda252

#527dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dcd Color CSS Codes

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

#527dcd Text Font Color

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

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


#527dcd Background Color

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

This div background color is #527dcd


#527dcd Border Color

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

This div border color is #527dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dcd


Comments

No comments written yet.

Please login to write comment.