Color Hex Logo

#9613dc Color Hex

#9613DC
(150,19,220)
0 Favorites   0 Comments

Color spaces of #9613dc

RGB 15019220
HSL0.780.840.47
HSV279°91°86°
CMYK 0.320.910.00   0.14
XYZ25.728812.117168.6929
Yxy12.11710.24150.1137
Hunter Lab34.809671.0177-92.6354
CIE-Lab41.401676.0217-72.5645

#9613dc color RGB value is (150,19,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010011 11011100
Octal 226 23 334
Decimal 150 19 220
Hex 96 13 DC

RGB Percentages of Color #9613dc

%38.56
%4.88
%56.56

CMYK Percentages of Color #9613dc

%32
%91
%0
%14

Triadic Colors of #9613dc

#9613dc #dc9613 #13dc96

Analogous Colors of #9613dc

#9613dc #dc13be #3213dc

Monochromatic Colors of #9613dc

#9613dc

Complementary Color

#9613dc #59dc13

#9613dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9613dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9613dc Color CSS Codes

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

#9613dc Text Font Color

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

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


#9613dc Background Color

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

This div background color is #9613dc


#9613dc Border Color

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

This div border color is #9613dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9613dc


Comments

No comments written yet.

Please login to write comment.