Color Hex Logo

#9973df Color Hex

#9973DF
(153,115,223)
0 Favorites   0 Comments

Color spaces of #9973df

RGB 153115223
HSL0.730.630.66
HSV261°48°87°
CMYK 0.310.480.00   0.13
XYZ32.586924.361572.7968
Yxy24.36150.25120.1878
Hunter Lab49.357431.4745-52.8962
CIE-Lab56.447937.6735-49.9727

#9973df color RGB value is (153,115,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110011 11011111
Octal 231 163 337
Decimal 153 115 223
Hex 99 73 DF

RGB Percentages of Color #9973df

%31.16
%23.42
%45.42

CMYK Percentages of Color #9973df

%31
%48
%0
%13

Triadic Colors of #9973df

#9973df #df9973 #73df99

Analogous Colors of #9973df

#9973df #cf73df #7383df

Monochromatic Colors of #9973df

#9973df

Complementary Color

#9973df #b9df73

#9973df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9973df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9973df Color CSS Codes

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

#9973df Text Font Color

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

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


#9973df Background Color

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

This div background color is #9973df


#9973df Border Color

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

This div border color is #9973df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9973df


Comments

No comments written yet.

Please login to write comment.