Color Hex Logo

#9e2ace Color Hex

#9E2ACE
(158,42,206)
0 Favorites   0 Comments

Color spaces of #9e2ace

RGB 15842206
HSL0.780.660.49
HSV282°80°81°
CMYK 0.230.800.00   0.19
XYZ26.069113.381359.6014
Yxy13.38130.26320.1351
Hunter Lab36.580563.1924-70.9963
CIE-Lab43.332269.1198-61.3076

#9e2ace color RGB value is (158,42,206).

#9e2ace hex color red value is 158, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9e2ace hue: 0.78 , saturation: 0.66 and the lightness value of 9e2ace is 0.49.

The process color (four color CMYK) of #9e2ace color hex is 0.23, 0.80, 0.00, 0.19. Web safe color of #9e2ace is #9933cc. Color #9e2ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00101010 11001110
Octal 236 52 316
Decimal 158 42 206
Hex 9E 2A CE

RGB Percentages of Color #9e2ace

%38.92
%10.34
%50.74

CMYK Percentages of Color #9e2ace

%23
%80
%0
%19

Triadic Colors of #9e2ace

#9e2ace #ce9e2a #2ace9e

Analogous Colors of #9e2ace

#9e2ace #ce2aac #4c2ace

Monochromatic Colors of #9e2ace

#9e2ace

Complementary Color

#9e2ace #5ace2a

#9e2ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e2ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e2ace Color CSS Codes

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

#9e2ace Text Font Color

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

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


#9e2ace Background Color

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

This div background color is #9e2ace


#9e2ace Border Color

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

This div border color is #9e2ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,42,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e2ace


Comments

No comments written yet.

Please login to write comment.