Color Hex Logo

#527cfe Color Hex

#527CFE
(82,124,254)
0 Favorites   0 Comments

Color spaces of #527cfe

RGB 82124254
HSL0.630.990.66
HSV225°68°100°
CMYK 0.680.510.00   0.00
XYZ28.576723.364996.7697
Yxy23.36490.19220.1571
Hunter Lab48.337320.9380-84.8607
CIE-Lab55.446227.0034-69.1067

#527cfe color RGB value is (82,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111100 11111110
Octal 122 174 376
Decimal 82 124 254
Hex 52 7C FE

RGB Percentages of Color #527cfe

%17.83
%26.96
%55.22

CMYK Percentages of Color #527cfe

%68
%51
%0
%0

Triadic Colors of #527cfe

#527cfe #fe527c #7cfe52

Analogous Colors of #527cfe

#527cfe #7e52fe #52d2fe

Monochromatic Colors of #527cfe

#527cfe

Complementary Color

#527cfe #fed452

#527cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#527cfe Color CSS Codes

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

#527cfe Text Font Color

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

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


#527cfe Background Color

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

This div background color is #527cfe


#527cfe Border Color

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

This div border color is #527cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527cfe


Comments

No comments written yet.

Please login to write comment.