Color Hex Logo

#9973dc Color Hex

#9973DC
(153,115,220)
0 Favorites   0 Comments

Color spaces of #9973dc

RGB 153115220
HSL0.730.600.66
HSV262°48°86°
CMYK 0.300.480.00   0.14
XYZ32.185924.201170.6850
Yxy24.20110.25330.1905
Hunter Lab49.194630.6942-50.7543
CIE-Lab56.288636.9190-48.5397

#9973dc color RGB value is (153,115,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110011 11011100
Octal 231 163 334
Decimal 153 115 220
Hex 99 73 DC

RGB Percentages of Color #9973dc

%31.35
%23.57
%45.08

CMYK Percentages of Color #9973dc

%30
%48
%0
%14

Triadic Colors of #9973dc

#9973dc #dc9973 #73dc99

Analogous Colors of #9973dc

#9973dc #ce73dc #7382dc

Monochromatic Colors of #9973dc

#9973dc

Complementary Color

#9973dc #b6dc73

#9973dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9973dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9973dc Color CSS Codes

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

#9973dc Text Font Color

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

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


#9973dc Background Color

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

This div background color is #9973dc


#9973dc Border Color

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

This div border color is #9973dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9973dc


Comments

No comments written yet.

Please login to write comment.