Color Hex Logo

#525ecb Color Hex

#525ECB
(82,94,203)
0 Favorites   0 Comments

Color spaces of #525ecb

RGB 8294203
HSL0.650.540.56
HSV234°60°80°
CMYK 0.600.540.00   0.20
XYZ18.261914.111058.2611
Yxy14.11100.20150.1557
Hunter Lab37.564621.0391-65.6610
CIE-Lab44.391728.2087-58.2453

#525ecb color RGB value is (82,94,203).

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

The process color (four color CMYK) of #525ecb color hex is 0.60, 0.54, 0.00, 0.20. Web safe color of #525ecb is #6666cc. Color #525ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011110 11001011
Octal 122 136 313
Decimal 82 94 203
Hex 52 5E CB

RGB Percentages of Color #525ecb

%21.64
%24.80
%53.56

CMYK Percentages of Color #525ecb

%60
%54
%0
%20

Triadic Colors of #525ecb

#525ecb #cb525e #5ecb52

Analogous Colors of #525ecb

#525ecb #8352cb #529bcb

Monochromatic Colors of #525ecb

#525ecb

Complementary Color

#525ecb #cbbf52

#525ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525ecb Color CSS Codes

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

#525ecb Text Font Color

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

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


#525ecb Background Color

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

This div background color is #525ecb


#525ecb Border Color

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

This div border color is #525ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525ecb


Comments

No comments written yet.

Please login to write comment.