Color Hex Logo

#527ec9 Color Hex

#527EC9
(82,126,201)
0 Favorites   0 Comments

Color spaces of #527ec9

RGB 82126201
HSL0.610.520.55
HSV218°59°79°
CMYK 0.590.370.00   0.21
XYZ21.483120.932658.1665
Yxy20.93260.21360.2081
Hunter Lab45.75223.7491-43.3512
CIE-Lab52.87577.6939-43.5299

#527ec9 color RGB value is (82,126,201).

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

The process color (four color CMYK) of #527ec9 color hex is 0.59, 0.37, 0.00, 0.21. Web safe color of #527ec9 is #6666cc. Color #527ec9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11001001
Octal 122 176 311
Decimal 82 126 201
Hex 52 7E C9

RGB Percentages of Color #527ec9

%20.05
%30.81
%49.14

CMYK Percentages of Color #527ec9

%59
%37
%0
%21

Triadic Colors of #527ec9

#527ec9 #c9527e #7ec952

Analogous Colors of #527ec9

#527ec9 #6252c9 #52bac9

Monochromatic Colors of #527ec9

#527ec9

Complementary Color

#527ec9 #c99d52

#527ec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ec9 Color CSS Codes

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

#527ec9 Text Font Color

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

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


#527ec9 Background Color

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

This div background color is #527ec9


#527ec9 Border Color

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

This div border color is #527ec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ec9


Comments

No comments written yet.

Please login to write comment.