Color Hex Logo

#527efe Color Hex

#527EFE
(82,126,254)
0 Favorites   0 Comments

Color spaces of #527efe

RGB 82126254
HSL0.620.990.66
HSV225°68°100°
CMYK 0.680.500.00   0.00
XYZ28.829923.871396.8541
Yxy23.87130.19280.1596
Hunter Lab48.858319.8259-83.3326
CIE-Lab55.958725.7808-68.2790

#527efe color RGB value is (82,126,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11111110
Octal 122 176 376
Decimal 82 126 254
Hex 52 7E FE

RGB Percentages of Color #527efe

%17.75
%27.27
%54.98

CMYK Percentages of Color #527efe

%68
%50
%0
%0

Triadic Colors of #527efe

#527efe #fe527e #7efe52

Analogous Colors of #527efe

#527efe #7c52fe #52d4fe

Monochromatic Colors of #527efe

#527efe

Complementary Color

#527efe #fed252

#527efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#527efe Color CSS Codes

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

#527efe Text Font Color

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

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


#527efe Background Color

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

This div background color is #527efe


#527efe Border Color

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

This div border color is #527efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527efe


Comments

No comments written yet.

Please login to write comment.