Color Hex Logo

#9513cf Color Hex

#9513CF
(149,19,207)
0 Favorites   0 Comments

Color spaces of #9513cf

RGB 14919207
HSL0.780.830.44
HSV281°91°81°
CMYK 0.280.910.00   0.19
XYZ23.889811.360359.9651
Yxy11.36030.25090.1193
Hunter Lab33.705067.5352-81.8901
CIE-Lab40.180873.3864-67.0732

#9513cf color RGB value is (149,19,207).

#9513cf hex color red value is 149, green value is 19 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9513cf hue: 0.78 , saturation: 0.83 and the lightness value of 9513cf is 0.44.

The process color (four color CMYK) of #9513cf color hex is 0.28, 0.91, 0.00, 0.19. Web safe color of #9513cf is #9900cc. Color #9513cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010011 11001111
Octal 225 23 317
Decimal 149 19 207
Hex 95 13 CF

RGB Percentages of Color #9513cf

%39.73
%5.07
%55.20

CMYK Percentages of Color #9513cf

%28
%91
%0
%19

Triadic Colors of #9513cf

#9513cf #cf9513 #13cf95

Analogous Colors of #9513cf

#9513cf #cf13ab #3713cf

Monochromatic Colors of #9513cf

#9513cf

Complementary Color

#9513cf #4dcf13

#9513cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9513cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9513cf Color CSS Codes

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

#9513cf Text Font Color

<p style="color:#9513cf">Text here</p>

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


#9513cf Background Color

<div style="background-color:#9513cf">
Div content here</div>

This div background color is #9513cf


#9513cf Border Color

<div style="border:3px solid #9513cf">
Div here</div>

This div border color is #9513cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,19,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9513cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9513cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9513cf;
  box-shadow:         1px 1px 3px 2px #9513cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9513cf


Comments

No comments written yet.

Please login to write comment.