Color Hex Logo

#990bae Color Hex

#990BAE
(153,11,174)
0 Favorites   0 Comments

Color spaces of #990bae

RGB 15311174
HSL0.810.880.36
HSV292°94°68°
CMYK 0.120.940.00   0.32
XYZ20.896510.067640.8863
Yxy10.06760.29080.1401
Hunter Lab31.729562.0305-54.1899
CIE-Lab37.963569.1727-51.2494

#990bae color RGB value is (153,11,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001011 10101110
Octal 231 13 256
Decimal 153 11 174
Hex 99 B AE

RGB Percentages of Color #990bae

%45.27
%3.25
%51.48

CMYK Percentages of Color #990bae

%12
%94
%0
%32

Triadic Colors of #990bae

#990bae #ae990b #0bae99

Analogous Colors of #990bae

#990bae #ae0b72 #470bae

Monochromatic Colors of #990bae

#990bae

Complementary Color

#990bae #20ae0b

#990bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#990bae Color CSS Codes

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

#990bae Text Font Color

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

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


#990bae Background Color

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

This div background color is #990bae


#990bae Border Color

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

This div border color is #990bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990bae


Comments

No comments written yet.

Please login to write comment.