Color Hex Logo

#9974dc Color Hex

#9974DC
(153,116,220)
0 Favorites   0 Comments

Color spaces of #9974dc

RGB 153116220
HSL0.730.600.66
HSV261°47°86°
CMYK 0.300.470.00   0.14
XYZ32.300524.430470.7233
Yxy24.43040.25340.1917
Hunter Lab49.427130.1519-50.2367
CIE-Lab56.516236.3512-48.1786

#9974dc color RGB value is (153,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110100 11011100
Octal 231 164 334
Decimal 153 116 220
Hex 99 74 DC

RGB Percentages of Color #9974dc

%31.29
%23.72
%44.99

CMYK Percentages of Color #9974dc

%30
%47
%0
%14

Triadic Colors of #9974dc

#9974dc #dc9974 #74dc99

Analogous Colors of #9974dc

#9974dc #cd74dc #7483dc

Monochromatic Colors of #9974dc

#9974dc

Complementary Color

#9974dc #b7dc74

#9974dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9974dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9974dc Color CSS Codes

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

#9974dc Text Font Color

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

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


#9974dc Background Color

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

This div background color is #9974dc


#9974dc Border Color

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

This div border color is #9974dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9974dc


Comments

No comments written yet.

Please login to write comment.