Color Hex Logo

#9413ce Color Hex

#9413CE
(148,19,206)
0 Favorites   0 Comments

Color spaces of #9413ce

RGB 14819206
HSL0.780.830.44
HSV281°91°81°
CMYK 0.280.910.00   0.19
XYZ23.586211.217959.3147
Yxy11.21790.25060.1192
Hunter Lab33.493167.0885-81.5545
CIE-Lab39.945173.0601-66.8848

#9413ce color RGB value is (148,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010011 11001110
Octal 224 23 316
Decimal 148 19 206
Hex 94 13 CE

RGB Percentages of Color #9413ce

%39.68
%5.09
%55.23

CMYK Percentages of Color #9413ce

%28
%91
%0
%19

Triadic Colors of #9413ce

#9413ce #ce9413 #13ce94

Analogous Colors of #9413ce

#9413ce #ce13ab #3613ce

Monochromatic Colors of #9413ce

#9413ce

Complementary Color

#9413ce #4dce13

#9413ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9413ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9413ce Color CSS Codes

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

#9413ce Text Font Color

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

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


#9413ce Background Color

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

This div background color is #9413ce


#9413ce Border Color

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

This div border color is #9413ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,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 #9413ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9413ce


Comments

No comments written yet.

Please login to write comment.