Color Hex Logo

#991eae Color Hex

#991EAE
(153,30,174)
0 Favorites   0 Comments

Color spaces of #991eae

RGB 15330174
HSL0.810.710.40
HSV291°83°68°
CMYK 0.120.830.00   0.32
XYZ21.241110.756841.0011
Yxy10.75680.29100.1474
Hunter Lab32.797658.2085-51.1617
CIE-Lab39.167865.6315-49.3079

#991eae color RGB value is (153,30,174).

#991eae hex color red value is 153, green value is 30 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #991eae hue: 0.81 , saturation: 0.71 and the lightness value of 991eae is 0.40.

The process color (four color CMYK) of #991eae color hex is 0.12, 0.83, 0.00, 0.32. Web safe color of #991eae is #993399. Color #991eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011110 10101110
Octal 231 36 256
Decimal 153 30 174
Hex 99 1E AE

RGB Percentages of Color #991eae

%42.86
%8.40
%48.74

CMYK Percentages of Color #991eae

%12
%83
%0
%32

Triadic Colors of #991eae

#991eae #ae991e #1eae99

Analogous Colors of #991eae

#991eae #ae1e7b #511eae

Monochromatic Colors of #991eae

#991eae

Complementary Color

#991eae #33ae1e

#991eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#991eae Color CSS Codes

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

#991eae Text Font Color

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

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


#991eae Background Color

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

This div background color is #991eae


#991eae Border Color

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

This div border color is #991eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991eae


Comments

No comments written yet.

Please login to write comment.