Color Hex Logo

#9313ce Color Hex

#9313CE
(147,19,206)
0 Favorites   0 Comments

Color spaces of #9313ce

RGB 14719206
HSL0.780.830.44
HSV281°91°81°
CMYK 0.290.910.00   0.19
XYZ23.406111.125059.3062
Yxy11.12500.24940.1186
Hunter Lab33.354266.8916-82.0742
CIE-Lab39.790272.9258-67.1440

#9313ce color RGB value is (147,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010011 11001110
Octal 223 23 316
Decimal 147 19 206
Hex 93 13 CE

RGB Percentages of Color #9313ce

%39.52
%5.11
%55.38

CMYK Percentages of Color #9313ce

%29
%91
%0
%19

Triadic Colors of #9313ce

#9313ce #ce9313 #13ce93

Analogous Colors of #9313ce

#9313ce #ce13ac #3513ce

Monochromatic Colors of #9313ce

#9313ce

Complementary Color

#9313ce #4ece13

#9313ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9313ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9313ce Color CSS Codes

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

#9313ce Text Font Color

<p style="color:#9313ce">Text here</p>

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


#9313ce Background Color

<div style="background-color:#9313ce">
Div content here</div>

This div background color is #9313ce


#9313ce Border Color

<div style="border:3px solid #9313ce">
Div here</div>

This div border color is #9313ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,19,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9313ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9313ce;
  -webkit-box-shadow: 1px 1px 3px 2px #9313ce;
  box-shadow:         1px 1px 3px 2px #9313ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9313ce


Comments

No comments written yet.

Please login to write comment.