Color Hex Logo

#527dfe Color Hex

#527DFE
(82,125,254)
0 Favorites   0 Comments

Color spaces of #527dfe

RGB 82125254
HSL0.630.990.66
HSV225°68°100°
CMYK 0.680.510.00   0.00
XYZ28.702723.616896.8116
Yxy23.61680.19250.1584
Hunter Lab48.597120.3817-84.0952
CIE-Lab55.702126.3922-68.6934

#527dfe color RGB value is (82,125,254).

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

The process color (four color CMYK) of #527dfe color hex is 0.68, 0.51, 0.00, 0.00. Web safe color of #527dfe is #6666ff. Color #527dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11111110
Octal 122 175 376
Decimal 82 125 254
Hex 52 7D FE

RGB Percentages of Color #527dfe

%17.79
%27.11
%55.10

CMYK Percentages of Color #527dfe

%68
%51
%0
%0

Triadic Colors of #527dfe

#527dfe #fe527d #7dfe52

Analogous Colors of #527dfe

#527dfe #7d52fe #52d3fe

Monochromatic Colors of #527dfe

#527dfe

Complementary Color

#527dfe #fed352

#527dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dfe Color CSS Codes

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

#527dfe Text Font Color

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

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


#527dfe Background Color

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

This div background color is #527dfe


#527dfe Border Color

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

This div border color is #527dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dfe


Comments

No comments written yet.

Please login to write comment.