Color Hex Logo

#527ebd Color Hex

#527EBD
(82,126,189)
0 Favorites   0 Comments

Color spaces of #527ebd

RGB 82126189
HSL0.600.450.53
HSV215°57°74°
CMYK 0.570.330.00   0.26
XYZ20.125820.389751.0190
Yxy20.38970.21990.2228
Hunter Lab45.15500.5372-35.3812
CIE-Lab52.27503.7287-37.6259

#527ebd color RGB value is (82,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 10111101
Octal 122 176 275
Decimal 82 126 189
Hex 52 7E BD

RGB Percentages of Color #527ebd

%20.65
%31.74
%47.61

CMYK Percentages of Color #527ebd

%57
%33
%0
%26

Triadic Colors of #527ebd

#527ebd #bd527e #7ebd52

Analogous Colors of #527ebd

#527ebd #5b52bd #52b4bd

Monochromatic Colors of #527ebd

#527ebd

Complementary Color

#527ebd #bd9152

#527ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ebd Color CSS Codes

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

#527ebd Text Font Color

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

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


#527ebd Background Color

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

This div background color is #527ebd


#527ebd Border Color

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

This div border color is #527ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ebd


Comments

No comments written yet.

Please login to write comment.