Color Hex Logo

#527ebb Color Hex

#527EBB
(82,126,187)
0 Favorites   0 Comments

Color spaces of #527ebb

RGB 82126187
HSL0.600.440.53
HSV215°56°73°
CMYK 0.560.330.00   0.27
XYZ19.910220.303449.8833
Yxy20.30340.22100.2254
Hunter Lab45.05930.0194-34.0960
CIE-Lab52.17853.0764-36.6309

#527ebb color RGB value is (82,126,187).

#527ebb hex color red value is 82, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #527ebb hue: 0.60 , saturation: 0.44 and the lightness value of 527ebb is 0.53.

The process color (four color CMYK) of #527ebb color hex is 0.56, 0.33, 0.00, 0.27. Web safe color of #527ebb is #6666cc. Color #527ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 10111011
Octal 122 176 273
Decimal 82 126 187
Hex 52 7E BB

RGB Percentages of Color #527ebb

%20.76
%31.90
%47.34

CMYK Percentages of Color #527ebb

%56
%33
%0
%27

Triadic Colors of #527ebb

#527ebb #bb527e #7ebb52

Analogous Colors of #527ebb

#527ebb #5a52bb #52b3bb

Monochromatic Colors of #527ebb

#527ebb

Complementary Color

#527ebb #bb8f52

#527ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ebb Color CSS Codes

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

#527ebb Text Font Color

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

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


#527ebb Background Color

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

This div background color is #527ebb


#527ebb Border Color

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

This div border color is #527ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ebb


Comments

No comments written yet.

Please login to write comment.