Color Hex Logo

#9997df Color Hex

#9997DF
(153,151,223)
0 Favorites   0 Comments

Color spaces of #9997df

RGB 153151223
HSL0.670.530.73
HSV242°32°87°
CMYK 0.310.320.00   0.13
XYZ37.522834.233274.4420
Yxy34.23320.25670.2342
Hunter Lab58.509112.0837-34.4791
CIE-Lab65.147317.0214-36.2815

#9997df color RGB value is (153,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 11011111
Octal 231 227 337
Decimal 153 151 223
Hex 99 97 DF

RGB Percentages of Color #9997df

%29.03
%28.65
%42.31

CMYK Percentages of Color #9997df

%31
%32
%0
%13

Triadic Colors of #9997df

#9997df #df9997 #97df99

Analogous Colors of #9997df

#9997df #bd97df #97b9df

Monochromatic Colors of #9997df

#9997df

Complementary Color

#9997df #dddf97

#9997df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9997df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9997df Color CSS Codes

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

#9997df Text Font Color

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

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


#9997df Background Color

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

This div background color is #9997df


#9997df Border Color

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

This div border color is #9997df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9997df


Comments

No comments written yet.

Please login to write comment.