Color Hex Logo

#527fef Color Hex

#527FEF
(82,127,239)
0 Favorites   0 Comments

Color spaces of #527fef

RGB 82127239
HSL0.620.830.63
HSV223°66°94°
CMYK 0.660.470.00   0.06
XYZ26.649023.204684.7357
Yxy23.20460.19800.1724
Hunter Lab48.171214.4493-70.5746
CIE-Lab55.282520.0014-61.0629

#527fef color RGB value is (82,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111111 11101111
Octal 122 177 357
Decimal 82 127 239
Hex 52 7F EF

RGB Percentages of Color #527fef

%18.30
%28.35
%53.35

CMYK Percentages of Color #527fef

%66
%47
%0
%6

Triadic Colors of #527fef

#527fef #ef527f #7fef52

Analogous Colors of #527fef

#527fef #7452ef #52ceef

Monochromatic Colors of #527fef

#527fef

Complementary Color

#527fef #efc252

#527fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#527fef Color CSS Codes

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

#527fef Text Font Color

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

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


#527fef Background Color

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

This div background color is #527fef


#527fef Border Color

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

This div border color is #527fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527fef


Comments

No comments written yet.

Please login to write comment.