Color Hex Logo

#527ecd Color Hex

#527ECD
(82,126,205)
0 Favorites   0 Comments

Color spaces of #527ecd

RGB 82126205
HSL0.610.550.56
HSV219°60°80°
CMYK 0.600.390.00   0.20
XYZ21.960021.123360.6774
Yxy21.12330.21160.2036
Hunter Lab45.96014.8582-46.1037
CIE-Lab53.08429.0323-45.4726

#527ecd color RGB value is (82,126,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11001101
Octal 122 176 315
Decimal 82 126 205
Hex 52 7E CD

RGB Percentages of Color #527ecd

%19.85
%30.51
%49.64

CMYK Percentages of Color #527ecd

%60
%39
%0
%20

Triadic Colors of #527ecd

#527ecd #cd527e #7ecd52

Analogous Colors of #527ecd

#527ecd #6452cd #52bccd

Monochromatic Colors of #527ecd

#527ecd

Complementary Color

#527ecd #cda152

#527ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ecd Color CSS Codes

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

#527ecd Text Font Color

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

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


#527ecd Background Color

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

This div background color is #527ecd


#527ecd Border Color

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

This div border color is #527ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ecd


Comments

No comments written yet.

Please login to write comment.