Color Hex Logo

#527dde Color Hex

#527DDE
(82,125,222)
0 Favorites   0 Comments

Color spaces of #527dde

RGB 82125222
HSL0.620.680.60
HSV222°63°87°
CMYK 0.630.440.00   0.13
XYZ23.998121.735072.0377
Yxy21.73500.20380.1846
Hunter Lab46.620810.2966-58.9794
CIE-Lab53.744715.3975-54.0234

#527dde color RGB value is (82,125,222).

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

The process color (four color CMYK) of #527dde color hex is 0.63, 0.44, 0.00, 0.13. Web safe color of #527dde is #6666cc. Color #527dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11011110
Octal 122 175 336
Decimal 82 125 222
Hex 52 7D DE

RGB Percentages of Color #527dde

%19.11
%29.14
%51.75

CMYK Percentages of Color #527dde

%63
%44
%0
%13

Triadic Colors of #527dde

#527dde #de527d #7dde52

Analogous Colors of #527dde

#527dde #6d52de #52c3de

Monochromatic Colors of #527dde

#527dde

Complementary Color

#527dde #deb352

#527dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dde Color CSS Codes

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

#527dde Text Font Color

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

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


#527dde Background Color

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

This div background color is #527dde


#527dde Border Color

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

This div border color is #527dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dde


Comments

No comments written yet.

Please login to write comment.