Color Hex Logo

#526ebe Color Hex

#526EBE
(82,110,190)
0 Favorites   0 Comments

Color spaces of #526ebe

RGB 82110190
HSL0.620.450.53
HSV224°57°75°
CMYK 0.570.420.00   0.25
XYZ18.349916.663450.9644
Yxy16.66340.21340.1938
Hunter Lab40.82088.8034-45.4484
CIE-Lab47.833113.8378-45.2289

#526ebe color RGB value is (82,110,190).

#526ebe hex color red value is 82, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #526ebe hue: 0.62 , saturation: 0.45 and the lightness value of 526ebe is 0.53.

The process color (four color CMYK) of #526ebe color hex is 0.57, 0.42, 0.00, 0.25. Web safe color of #526ebe is #6666cc. Color #526ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101110 10111110
Octal 122 156 276
Decimal 82 110 190
Hex 52 6E BE

RGB Percentages of Color #526ebe

%21.47
%28.80
%49.74

CMYK Percentages of Color #526ebe

%57
%42
%0
%25

Triadic Colors of #526ebe

#526ebe #be526e #6ebe52

Analogous Colors of #526ebe

#526ebe #6c52be #52a4be

Monochromatic Colors of #526ebe

#526ebe

Complementary Color

#526ebe #bea252

#526ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#526ebe Color CSS Codes

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

#526ebe Text Font Color

<p style="color:#526ebe">Text here</p>

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


#526ebe Background Color

<div style="background-color:#526ebe">
Div content here</div>

This div background color is #526ebe


#526ebe Border Color

<div style="border:3px solid #526ebe">
Div here</div>

This div border color is #526ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,110,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #526ebe;
  box-shadow:         1px 1px 3px 2px #526ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526ebe


Comments

No comments written yet.

Please login to write comment.