Color Hex Logo

#9e04de Color Hex

#9E04DE
(158,4,222)
0 Favorites   0 Comments

Color spaces of #9e04de

RGB 1584222
HSL0.780.960.44
HSV282°98°87°
CMYK 0.290.980.00   0.13
XYZ27.328812.629970.1047
Yxy12.62990.24830.1148
Hunter Lab35.538675.0722-92.0806
CIE-Lab42.200279.1497-72.3548

#9e04de color RGB value is (158,4,222).

#9e04de hex color red value is 158, green value is 4 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9e04de hue: 0.78 , saturation: 0.96 and the lightness value of 9e04de is 0.44.

The process color (four color CMYK) of #9e04de color hex is 0.29, 0.98, 0.00, 0.13. Web safe color of #9e04de is #9900cc. Color #9e04de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00000100 11011110
Octal 236 4 336
Decimal 158 4 222
Hex 9E 4 DE

RGB Percentages of Color #9e04de

%41.15
%1.04
%57.81

CMYK Percentages of Color #9e04de

%29
%98
%0
%13

Triadic Colors of #9e04de

#9e04de #de9e04 #04de9e

Analogous Colors of #9e04de

#9e04de #de04b1 #3104de

Monochromatic Colors of #9e04de

#9e04de

Complementary Color

#9e04de #44de04

#9e04de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e04de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e04de Color CSS Codes

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

#9e04de Text Font Color

<p style="color:#9e04de">Text here</p>

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


#9e04de Background Color

<div style="background-color:#9e04de">
Div content here</div>

This div background color is #9e04de


#9e04de Border Color

<div style="border:3px solid #9e04de">
Div here</div>

This div border color is #9e04de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,4,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e04de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e04de;
  -webkit-box-shadow: 1px 1px 3px 2px #9e04de;
  box-shadow:         1px 1px 3px 2px #9e04de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,4,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 #9e04de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e04de


Comments

No comments written yet.

Please login to write comment.