Color Hex Logo

#9997dd Color Hex

#9997DD
(153,151,221)
0 Favorites   0 Comments

Color spaces of #9997dd

RGB 153151221
HSL0.670.510.73
HSV242°32°87°
CMYK 0.310.320.00   0.13
XYZ37.254634.126073.0301
Yxy34.12600.25800.2363
Hunter Lab58.417511.6043-33.2287
CIE-Lab65.062516.5109-35.3067

#9997dd color RGB value is (153,151,221).

#9997dd hex color red value is 153, green value is 151 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9997dd hue: 0.67 , saturation: 0.51 and the lightness value of 9997dd is 0.73.

The process color (four color CMYK) of #9997dd color hex is 0.31, 0.32, 0.00, 0.13. Web safe color of #9997dd is #9999cc. Color #9997dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 11011101
Octal 231 227 335
Decimal 153 151 221
Hex 99 97 DD

RGB Percentages of Color #9997dd

%29.14
%28.76
%42.10

CMYK Percentages of Color #9997dd

%31
%32
%0
%13

Triadic Colors of #9997dd

#9997dd #dd9997 #97dd99

Analogous Colors of #9997dd

#9997dd #bc97dd #97b8dd

Monochromatic Colors of #9997dd

#9997dd

Complementary Color

#9997dd #dbdd97

#9997dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9997dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9997dd Color CSS Codes

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

#9997dd Text Font Color

<p style="color:#9997dd">Text here</p>

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


#9997dd Background Color

<div style="background-color:#9997dd">
Div content here</div>

This div background color is #9997dd


#9997dd Border Color

<div style="border:3px solid #9997dd">
Div here</div>

This div border color is #9997dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,151,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9997dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9997dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9997dd;
  box-shadow:         1px 1px 3px 2px #9997dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9997dd


Comments

No comments written yet.

Please login to write comment.