Color Hex Logo

#526ebf Color Hex

#526EBF
(82,110,191)
0 Favorites   0 Comments

Color spaces of #526ebf

RGB 82110191
HSL0.620.460.54
HSV225°57°75°
CMYK 0.570.420.00   0.25
XYZ18.459616.707351.5421
Yxy16.70730.21290.1927
Hunter Lab40.87469.0829-46.1514
CIE-Lab47.889114.1711-45.7169

#526ebf color RGB value is (82,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101110 10111111
Octal 122 156 277
Decimal 82 110 191
Hex 52 6E BF

RGB Percentages of Color #526ebf

%21.41
%28.72
%49.87

CMYK Percentages of Color #526ebf

%57
%42
%0
%25

Triadic Colors of #526ebf

#526ebf #bf526e #6ebf52

Analogous Colors of #526ebf

#526ebf #6d52bf #52a5bf

Monochromatic Colors of #526ebf

#526ebf

Complementary Color

#526ebf #bfa352

#526ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#526ebf Color CSS Codes

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

#526ebf Text Font Color

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

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


#526ebf Background Color

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

This div background color is #526ebf


#526ebf Border Color

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

This div border color is #526ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526ebf


Comments

No comments written yet.

Please login to write comment.