Color Hex Logo

#527dee Color Hex

#527DEE
(82,125,238)
0 Favorites   0 Comments

Color spaces of #527dee

RGB 82125238
HSL0.620.820.63
HSV223°66°93°
CMYK 0.660.470.00   0.07
XYZ26.245922.634183.8744
Yxy22.63410.19770.1705
Hunter Lab47.575315.2164-71.2245
CIE-Lab54.693420.8819-61.4530

#527dee color RGB value is (82,125,238).

#527dee hex color red value is 82, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #527dee hue: 0.62 , saturation: 0.82 and the lightness value of 527dee is 0.63.

The process color (four color CMYK) of #527dee color hex is 0.66, 0.47, 0.00, 0.07. Web safe color of #527dee is #6666ff. Color #527dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11101110
Octal 122 175 356
Decimal 82 125 238
Hex 52 7D EE

RGB Percentages of Color #527dee

%18.43
%28.09
%53.48

CMYK Percentages of Color #527dee

%66
%47
%0
%7

Triadic Colors of #527dee

#527dee #ee527d #7dee52

Analogous Colors of #527dee

#527dee #7552ee #52cbee

Monochromatic Colors of #527dee

#527dee

Complementary Color

#527dee #eec352

#527dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dee Color CSS Codes

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

#527dee Text Font Color

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

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


#527dee Background Color

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

This div background color is #527dee


#527dee Border Color

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

This div border color is #527dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dee


Comments

No comments written yet.

Please login to write comment.