Color Hex Logo

#5a4cdd Color Hex

#5A4CDD
(90,76,221)
0 Favorites   0 Comments

Color spaces of #5a4cdd

RGB 9076221
HSL0.680.680.58
HSV246°66°87°
CMYK 0.590.660.00   0.13
XYZ19.852012.563069.7852
Yxy12.56300.19420.1229
Hunter Lab35.444337.9484-91.9232
CIE-Lab42.097346.2405-72.2695

#5a4cdd color RGB value is (90,76,221).

#5a4cdd hex color red value is 90, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5a4cdd hue: 0.68 , saturation: 0.68 and the lightness value of 5a4cdd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01001100 11011101
Octal 132 114 335
Decimal 90 76 221
Hex 5A 4C DD

RGB Percentages of Color #5a4cdd

%23.26
%19.64
%57.11

CMYK Percentages of Color #5a4cdd

%59
%66
%0
%13

Triadic Colors of #5a4cdd

#5a4cdd #dd5a4c #4cdd5a

Analogous Colors of #5a4cdd

#5a4cdd #a34cdd #4c87dd

Monochromatic Colors of #5a4cdd

#5a4cdd

Complementary Color

#5a4cdd #cfdd4c

#5a4cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a4cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a4cdd Color CSS Codes

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

#5a4cdd Text Font Color

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

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


#5a4cdd Background Color

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

This div background color is #5a4cdd


#5a4cdd Border Color

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

This div border color is #5a4cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a4cdd


Comments

No comments written yet.

Please login to write comment.