Color Hex Logo

#9412cd Color Hex

#9412CD
(148,18,205)
0 Favorites   0 Comments

Color spaces of #9412cd

RGB 14818205
HSL0.780.840.44
HSV282°91°80°
CMYK 0.280.910.00   0.20
XYZ23.448511.136358.6713
Yxy11.13630.25140.1194
Hunter Lab33.371167.0252-80.8808
CIE-Lab39.809173.0336-66.5265

#9412cd color RGB value is (148,18,205).

#9412cd hex color red value is 148, green value is 18 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9412cd hue: 0.78 , saturation: 0.84 and the lightness value of 9412cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010010 11001101
Octal 224 22 315
Decimal 148 18 205
Hex 94 12 CD

RGB Percentages of Color #9412cd

%39.89
%4.85
%55.26

CMYK Percentages of Color #9412cd

%28
%91
%0
%20

Triadic Colors of #9412cd

#9412cd #cd9412 #12cd94

Analogous Colors of #9412cd

#9412cd #cd12a9 #3612cd

Monochromatic Colors of #9412cd

#9412cd

Complementary Color

#9412cd #4bcd12

#9412cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9412cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9412cd Color CSS Codes

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

#9412cd Text Font Color

<p style="color:#9412cd">Text here</p>

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


#9412cd Background Color

<div style="background-color:#9412cd">
Div content here</div>

This div background color is #9412cd


#9412cd Border Color

<div style="border:3px solid #9412cd">
Div here</div>

This div border color is #9412cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,18,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9412cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9412cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9412cd;
  box-shadow:         1px 1px 3px 2px #9412cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,18,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9412cd


Comments

No comments written yet.

Please login to write comment.