Color Hex Logo

#9614dc Color Hex

#9614DC
(150,20,220)
0 Favorites   0 Comments

Color spaces of #9614dc

RGB 15020220
HSL0.780.830.47
HSV279°91°86°
CMYK 0.320.910.00   0.14
XYZ25.746112.151668.6987
Yxy12.15160.24150.1140
Hunter Lab34.859170.8322-92.4444
CIE-Lab41.456175.8595-72.4755

#9614dc color RGB value is (150,20,220).

#9614dc hex color red value is 150, green value is 20 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9614dc hue: 0.78 , saturation: 0.83 and the lightness value of 9614dc is 0.47.

The process color (four color CMYK) of #9614dc color hex is 0.32, 0.91, 0.00, 0.14. Web safe color of #9614dc is #9900cc. Color #9614dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010100 11011100
Octal 226 24 334
Decimal 150 20 220
Hex 96 14 DC

RGB Percentages of Color #9614dc

%38.46
%5.13
%56.41

CMYK Percentages of Color #9614dc

%32
%91
%0
%14

Triadic Colors of #9614dc

#9614dc #dc9614 #14dc96

Analogous Colors of #9614dc

#9614dc #dc14be #3214dc

Monochromatic Colors of #9614dc

#9614dc

Complementary Color

#9614dc #5adc14

#9614dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9614dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9614dc Color CSS Codes

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

#9614dc Text Font Color

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

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


#9614dc Background Color

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

This div background color is #9614dc


#9614dc Border Color

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

This div border color is #9614dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9614dc


Comments

No comments written yet.

Please login to write comment.