Color Hex Logo

#5a0eda Color Hex

#5A0EDA
(90,14,218)
0 Favorites   0 Comments

Color spaces of #5a0eda

RGB 9014218
HSL0.730.880.45
HSV262°94°85°
CMYK 0.590.940.00   0.15
XYZ17.02847.549766.8894
Yxy7.54970.18620.0825
Hunter Lab27.476762.5392-125.1020
CIE-Lab33.026970.5469-85.4892

#5a0eda color RGB value is (90,14,218).

#5a0eda hex color red value is 90, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5a0eda hue: 0.73 , saturation: 0.88 and the lightness value of 5a0eda is 0.45.

The process color (four color CMYK) of #5a0eda color hex is 0.59, 0.94, 0.00, 0.15. Web safe color of #5a0eda is #6600cc. Color #5a0eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00001110 11011010
Octal 132 16 332
Decimal 90 14 218
Hex 5A E DA

RGB Percentages of Color #5a0eda

%27.95
%4.35
%67.70

CMYK Percentages of Color #5a0eda

%59
%94
%0
%15

Triadic Colors of #5a0eda

#5a0eda #da5a0e #0eda5a

Analogous Colors of #5a0eda

#5a0eda #c00eda #0e28da

Monochromatic Colors of #5a0eda

#5a0eda

Complementary Color

#5a0eda #8eda0e

#5a0eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a0eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a0eda Color CSS Codes

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

#5a0eda Text Font Color

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

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


#5a0eda Background Color

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

This div background color is #5a0eda


#5a0eda Border Color

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

This div border color is #5a0eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a0eda


Comments

No comments written yet.

Please login to write comment.