Color Hex Logo

#9997dc Color Hex

#9997DC
(153,151,220)
0 Favorites   0 Comments

Color spaces of #9997dc

RGB 153151220
HSL0.670.500.73
HSV242°31°86°
CMYK 0.300.310.00   0.14
XYZ37.121734.072872.3303
Yxy34.07280.25860.2374
Hunter Lab58.371911.3665-32.6076
CIE-Lab65.020316.2569-34.8184

#9997dc color RGB value is (153,151,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 11011100
Octal 231 227 334
Decimal 153 151 220
Hex 99 97 DC

RGB Percentages of Color #9997dc

%29.20
%28.82
%41.98

CMYK Percentages of Color #9997dc

%30
%31
%0
%14

Triadic Colors of #9997dc

#9997dc #dc9997 #97dc99

Analogous Colors of #9997dc

#9997dc #bc97dc #97b8dc

Monochromatic Colors of #9997dc

#9997dc

Complementary Color

#9997dc #dadc97

#9997dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9997dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9997dc Color CSS Codes

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

#9997dc Text Font Color

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

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


#9997dc Background Color

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

This div background color is #9997dc


#9997dc Border Color

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

This div border color is #9997dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9997dc


Comments

No comments written yet.

Please login to write comment.