Color Hex Logo

#525aec Color Hex

#525AEC
(82,90,236)
0 Favorites   0 Comments

Color spaces of #525aec

RGB 8290236
HSL0.660.800.62
HSV237°65°93°
CMYK 0.650.620.00   0.07
XYZ22.276215.162381.1094
Yxy15.16230.18790.1279
Hunter Lab38.938833.9738-96.2437
CIE-Lab45.855741.6551-74.6533

#525aec color RGB value is (82,90,236).

#525aec hex color red value is 82, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #525aec hue: 0.66 , saturation: 0.80 and the lightness value of 525aec is 0.62.

The process color (four color CMYK) of #525aec color hex is 0.65, 0.62, 0.00, 0.07. Web safe color of #525aec is #6666ff. Color #525aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11101100
Octal 122 132 354
Decimal 82 90 236
Hex 52 5A EC

RGB Percentages of Color #525aec

%20.10
%22.06
%57.84

CMYK Percentages of Color #525aec

%65
%62
%0
%7

Triadic Colors of #525aec

#525aec #ec525a #5aec52

Analogous Colors of #525aec

#525aec #9752ec #52a7ec

Monochromatic Colors of #525aec

#525aec

Complementary Color

#525aec #ece452

#525aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#525aec Color CSS Codes

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

#525aec Text Font Color

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

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


#525aec Background Color

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

This div background color is #525aec


#525aec Border Color

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

This div border color is #525aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525aec


Comments

No comments written yet.

Please login to write comment.