Color Hex Logo

#5a72de Color Hex

#5A72DE
(90,114,222)
0 Favorites   0 Comments

Color spaces of #5a72de

RGB 90114222
HSL0.640.670.61
HSV229°59°87°
CMYK 0.590.490.00   0.13
XYZ23.418619.482271.6334
Yxy19.48220.20450.1701
Hunter Lab44.138617.4640-65.3258
CIE-Lab51.246723.6004-58.0038

#5a72de color RGB value is (90,114,222).

#5a72de hex color red value is 90, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5a72de hue: 0.64 , saturation: 0.67 and the lightness value of 5a72de is 0.61.

The process color (four color CMYK) of #5a72de color hex is 0.59, 0.49, 0.00, 0.13. Web safe color of #5a72de is #6666cc. Color #5a72de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01110010 11011110
Octal 132 162 336
Decimal 90 114 222
Hex 5A 72 DE

RGB Percentages of Color #5a72de

%21.13
%26.76
%52.11

CMYK Percentages of Color #5a72de

%59
%49
%0
%13

Triadic Colors of #5a72de

#5a72de #de5a72 #72de5a

Analogous Colors of #5a72de

#5a72de #845ade #5ab4de

Monochromatic Colors of #5a72de

#5a72de

Complementary Color

#5a72de #dec65a

#5a72de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a72de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a72de Color CSS Codes

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

#5a72de Text Font Color

<p style="color:#5a72de">Text here</p>

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


#5a72de Background Color

<div style="background-color:#5a72de">
Div content here</div>

This div background color is #5a72de


#5a72de Border Color

<div style="border:3px solid #5a72de">
Div here</div>

This div border color is #5a72de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,114,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a72de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a72de;
  -webkit-box-shadow: 1px 1px 3px 2px #5a72de;
  box-shadow:         1px 1px 3px 2px #5a72de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a72de


Comments

No comments written yet.

Please login to write comment.