Color Hex Logo

#991de9 Color Hex

#991DE9
(153,29,233)
0 Favorites   0 Comments

Color spaces of #991de9

RGB 15329233
HSL0.770.820.51
HSV276°88°91°
CMYK 0.340.880.00   0.09
XYZ28.284213.534278.2124
Yxy13.53420.23560.1128
Hunter Lab36.788972.8548-100.2972
CIE-Lab43.557477.1017-76.4312

#991de9 color RGB value is (153,29,233).

#991de9 hex color red value is 153, green value is 29 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #991de9 hue: 0.77 , saturation: 0.82 and the lightness value of 991de9 is 0.51.

The process color (four color CMYK) of #991de9 color hex is 0.34, 0.88, 0.00, 0.09. Web safe color of #991de9 is #9933ff. Color #991de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011101 11101001
Octal 231 35 351
Decimal 153 29 233
Hex 99 1D E9

RGB Percentages of Color #991de9

%36.87
%6.99
%56.14

CMYK Percentages of Color #991de9

%34
%88
%0
%9

Triadic Colors of #991de9

#991de9 #e9991d #1de999

Analogous Colors of #991de9

#991de9 #e91dd3 #331de9

Monochromatic Colors of #991de9

#991de9

Complementary Color

#991de9 #6de91d

#991de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991de9 Color CSS Codes

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

#991de9 Text Font Color

<p style="color:#991de9">Text here</p>

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


#991de9 Background Color

<div style="background-color:#991de9">
Div content here</div>

This div background color is #991de9


#991de9 Border Color

<div style="border:3px solid #991de9">
Div here</div>

This div border color is #991de9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,29,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #991de9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #991de9;
  -webkit-box-shadow: 1px 1px 3px 2px #991de9;
  box-shadow:         1px 1px 3px 2px #991de9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,29,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991de9


Comments

No comments written yet.

Please login to write comment.