Color Hex Logo

#991aad Color Hex

#991AAD
(153,26,173)
0 Favorites   0 Comments

Color spaces of #991aad

RGB 15326173
HSL0.810.740.39
HSV292°85°68°
CMYK 0.120.850.00   0.32
XYZ21.049110.528240.4579
Yxy10.52820.29220.1462
Hunter Lab32.447259.0137-51.2148
CIE-Lab38.774266.4110-49.3459

#991aad color RGB value is (153,26,173).

#991aad hex color red value is 153, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #991aad hue: 0.81 , saturation: 0.74 and the lightness value of 991aad is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011010 10101101
Octal 231 32 255
Decimal 153 26 173
Hex 99 1A AD

RGB Percentages of Color #991aad

%43.47
%7.39
%49.15

CMYK Percentages of Color #991aad

%12
%85
%0
%32

Triadic Colors of #991aad

#991aad #ad991a #1aad99

Analogous Colors of #991aad

#991aad #ad1a78 #4f1aad

Monochromatic Colors of #991aad

#991aad

Complementary Color

#991aad #2ead1a

#991aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#991aad Color CSS Codes

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

#991aad Text Font Color

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

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


#991aad Background Color

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

This div background color is #991aad


#991aad Border Color

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

This div border color is #991aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991aad


Comments

No comments written yet.

Please login to write comment.