Color Hex Logo

#527ecf Color Hex

#527ECF
(82,126,207)
0 Favorites   0 Comments

Color spaces of #527ecf

RGB 82126207
HSL0.610.570.57
HSV219°60°81°
CMYK 0.600.390.00   0.19
XYZ22.203021.220561.9572
Yxy21.22050.21070.2014
Hunter Lab46.06575.4194-47.4975
CIE-Lab53.19009.7038-46.4393

#527ecf color RGB value is (82,126,207).

#527ecf hex color red value is 82, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #527ecf hue: 0.61 , saturation: 0.57 and the lightness value of 527ecf is 0.57.

The process color (four color CMYK) of #527ecf color hex is 0.60, 0.39, 0.00, 0.19. Web safe color of #527ecf is #6666cc. Color #527ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11001111
Octal 122 176 317
Decimal 82 126 207
Hex 52 7E CF

RGB Percentages of Color #527ecf

%19.76
%30.36
%49.88

CMYK Percentages of Color #527ecf

%60
%39
%0
%19

Triadic Colors of #527ecf

#527ecf #cf527e #7ecf52

Analogous Colors of #527ecf

#527ecf #6552cf #52bdcf

Monochromatic Colors of #527ecf

#527ecf

Complementary Color

#527ecf #cfa352

#527ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ecf Color CSS Codes

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

#527ecf Text Font Color

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

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


#527ecf Background Color

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

This div background color is #527ecf


#527ecf Border Color

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

This div border color is #527ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ecf


Comments

No comments written yet.

Please login to write comment.