Color Hex Logo

#5e0caa Color Hex

#5E0CAA
(94,12,170)
0 Favorites   0 Comments

Color spaces of #5e0caa

RGB 9412170
HSL0.750.870.36
HSV271°93°67°
CMYK 0.450.930.00   0.33
XYZ12.00335.544938.4678
Yxy5.54490.21430.0990
Hunter Lab23.547649.7813-80.3739
CIE-Lab28.234060.1921-65.1214

#5e0caa color RGB value is (94,12,170).

#5e0caa hex color red value is 94, green value is 12 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5e0caa hue: 0.75 , saturation: 0.87 and the lightness value of 5e0caa is 0.36.

The process color (four color CMYK) of #5e0caa color hex is 0.45, 0.93, 0.00, 0.33. Web safe color of #5e0caa is #660099. Color #5e0caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00001100 10101010
Octal 136 14 252
Decimal 94 12 170
Hex 5E C AA

RGB Percentages of Color #5e0caa

%34.06
%4.35
%61.59

CMYK Percentages of Color #5e0caa

%45
%93
%0
%33

Triadic Colors of #5e0caa

#5e0caa #aa5e0c #0caa5e

Analogous Colors of #5e0caa

#5e0caa #aa0ca7 #0f0caa

Monochromatic Colors of #5e0caa

#5e0caa

Complementary Color

#5e0caa #58aa0c

#5e0caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e0caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e0caa Color CSS Codes

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

#5e0caa Text Font Color

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

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


#5e0caa Background Color

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

This div background color is #5e0caa


#5e0caa Border Color

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

This div border color is #5e0caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,12,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e0caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e0caa;
  -webkit-box-shadow: 1px 1px 3px 2px #5e0caa;
  box-shadow:         1px 1px 3px 2px #5e0caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e0caa


Comments

No comments written yet.

Please login to write comment.