Color Hex Logo

#527ed2 Color Hex

#527ED2
(82,126,210)
0 Favorites   0 Comments

Color spaces of #527ed2

RGB 82126210
HSL0.610.590.57
HSV219°61°82°
CMYK 0.610.400.00   0.18
XYZ22.573421.368763.9076
Yxy21.36870.20930.1981
Hunter Lab46.22636.2698-49.6097
CIE-Lab53.350710.7141-47.8833

#527ed2 color RGB value is (82,126,210).

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

The process color (four color CMYK) of #527ed2 color hex is 0.61, 0.40, 0.00, 0.18. Web safe color of #527ed2 is #6666cc. Color #527ed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11010010
Octal 122 176 322
Decimal 82 126 210
Hex 52 7E D2

RGB Percentages of Color #527ed2

%19.62
%30.14
%50.24

CMYK Percentages of Color #527ed2

%61
%40
%0
%18

Triadic Colors of #527ed2

#527ed2 #d2527e #7ed252

Analogous Colors of #527ed2

#527ed2 #6652d2 #52bed2

Monochromatic Colors of #527ed2

#527ed2

Complementary Color

#527ed2 #d2a652

#527ed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ed2 Color CSS Codes

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

#527ed2 Text Font Color

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

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


#527ed2 Background Color

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

This div background color is #527ed2


#527ed2 Border Color

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

This div border color is #527ed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ed2


Comments

No comments written yet.

Please login to write comment.