Color Hex Logo

#9613da Color Hex

#9613DA
(150,19,218)
0 Favorites   0 Comments

Color spaces of #9613da

RGB 15019218
HSL0.780.840.46
HSV279°91°85°
CMYK 0.310.910.00   0.15
XYZ25.465412.011767.3060
Yxy12.01170.24300.1146
Hunter Lab34.657970.5042-90.8813
CIE-Lab41.234775.6336-71.6900

#9613da color RGB value is (150,19,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010011 11011010
Octal 226 23 332
Decimal 150 19 218
Hex 96 13 DA

RGB Percentages of Color #9613da

%38.76
%4.91
%56.33

CMYK Percentages of Color #9613da

%31
%91
%0
%15

Triadic Colors of #9613da

#9613da #da9613 #13da96

Analogous Colors of #9613da

#9613da #da13bb #3313da

Monochromatic Colors of #9613da

#9613da

Complementary Color

#9613da #57da13

#9613da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9613da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9613da Color CSS Codes

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

#9613da Text Font Color

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

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


#9613da Background Color

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

This div background color is #9613da


#9613da Border Color

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

This div border color is #9613da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,19,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9613da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9613da


Comments

No comments written yet.

Please login to write comment.