Color Hex Logo

#990eae Color Hex

#990EAE
(153,14,174)
0 Favorites   0 Comments

Color spaces of #990eae

RGB 15314174
HSL0.810.850.37
HSV292°92°68°
CMYK 0.120.920.00   0.32
XYZ20.933910.142440.8987
Yxy10.14240.29080.1409
Hunter Lab31.847161.5999-53.8484
CIE-Lab38.096868.7780-51.0341

#990eae color RGB value is (153,14,174).

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

The process color (four color CMYK) of #990eae color hex is 0.12, 0.92, 0.00, 0.32. Web safe color of #990eae is #990099. Color #990eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001110 10101110
Octal 231 16 256
Decimal 153 14 174
Hex 99 E AE

RGB Percentages of Color #990eae

%44.87
%4.11
%51.03

CMYK Percentages of Color #990eae

%12
%92
%0
%32

Triadic Colors of #990eae

#990eae #ae990e #0eae99

Analogous Colors of #990eae

#990eae #ae0e73 #490eae

Monochromatic Colors of #990eae

#990eae

Complementary Color

#990eae #23ae0e

#990eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#990eae Color CSS Codes

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

#990eae Text Font Color

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

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


#990eae Background Color

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

This div background color is #990eae


#990eae Border Color

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

This div border color is #990eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,14,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 #990eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990eae


Comments

No comments written yet.

Please login to write comment.