Color Hex Logo

#525ebd Color Hex

#525EBD
(82,94,189)
0 Favorites   0 Comments

Color spaces of #525ebd

RGB 8294189
HSL0.650.450.53
HSV233°57°74°
CMYK 0.570.500.00   0.26
XYZ16.667713.473449.8663
Yxy13.47340.20830.1684
Hunter Lab36.706116.8184-54.8528
CIE-Lab43.468123.5375-51.6315

#525ebd color RGB value is (82,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011110 10111101
Octal 122 136 275
Decimal 82 94 189
Hex 52 5E BD

RGB Percentages of Color #525ebd

%22.47
%25.75
%51.78

CMYK Percentages of Color #525ebd

%57
%50
%0
%26

Triadic Colors of #525ebd

#525ebd #bd525e #5ebd52

Analogous Colors of #525ebd

#525ebd #7c52bd #5294bd

Monochromatic Colors of #525ebd

#525ebd

Complementary Color

#525ebd #bdb152

#525ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#525ebd Color CSS Codes

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

#525ebd Text Font Color

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

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


#525ebd Background Color

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

This div background color is #525ebd


#525ebd Border Color

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

This div border color is #525ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,94,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 #525ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525ebd


Comments

No comments written yet.

Please login to write comment.