Color Hex Logo

#527eed Color Hex

#527EED
(82,126,237)
0 Favorites   0 Comments

Color spaces of #527eed

RGB 82126237
HSL0.620.810.63
HSV223°65°93°
CMYK 0.650.470.00   0.07
XYZ26.226622.830083.1451
Yxy22.83000.19840.1727
Hunter Lab47.780714.3614-69.7263
CIE-Lab54.896819.9255-60.5695

#527eed color RGB value is (82,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11101101
Octal 122 176 355
Decimal 82 126 237
Hex 52 7E ED

RGB Percentages of Color #527eed

%18.43
%28.31
%53.26

CMYK Percentages of Color #527eed

%65
%47
%0
%7

Triadic Colors of #527eed

#527eed #ed527e #7eed52

Analogous Colors of #527eed

#527eed #7452ed #52cced

Monochromatic Colors of #527eed

#527eed

Complementary Color

#527eed #edc152

#527eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#527eed Color CSS Codes

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

#527eed Text Font Color

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

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


#527eed Background Color

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

This div background color is #527eed


#527eed Border Color

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

This div border color is #527eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527eed


Comments

No comments written yet.

Please login to write comment.