Color Hex Logo

#9e6ddd Color Hex

#9E6DDD
(158,109,221)
0 Favorites   0 Comments

Color spaces of #9e6ddd

RGB 158109221
HSL0.740.620.65
HSV266°51°87°
CMYK 0.290.510.00   0.13
XYZ32.620323.426871.2092
Yxy23.42680.25630.1841
Hunter Lab48.401235.5990-53.3482
CIE-Lab55.509341.8390-50.3104

#9e6ddd color RGB value is (158,109,221).

#9e6ddd hex color red value is 158, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9e6ddd hue: 0.74 , saturation: 0.62 and the lightness value of 9e6ddd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101101 11011101
Octal 236 155 335
Decimal 158 109 221
Hex 9E 6D DD

RGB Percentages of Color #9e6ddd

%32.38
%22.34
%45.29

CMYK Percentages of Color #9e6ddd

%29
%51
%0
%13

Triadic Colors of #9e6ddd

#9e6ddd #dd9e6d #6ddd9e

Analogous Colors of #9e6ddd

#9e6ddd #d66ddd #6d74dd

Monochromatic Colors of #9e6ddd

#9e6ddd

Complementary Color

#9e6ddd #acdd6d

#9e6ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e6ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e6ddd Color CSS Codes

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

#9e6ddd Text Font Color

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

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


#9e6ddd Background Color

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

This div background color is #9e6ddd


#9e6ddd Border Color

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

This div border color is #9e6ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e6ddd


Comments

No comments written yet.

Please login to write comment.