Color Hex Logo

#9014cc Color Hex

#9014CC
(144,20,204)
0 Favorites   0 Comments

Color spaces of #9014cc

RGB 14420204
HSL0.780.820.44
HSV280°90°80°
CMYK 0.290.900.00   0.20
XYZ22.650810.789258.0154
Yxy10.78920.24770.1180
Hunter Lab32.846965.6091-81.7273
CIE-Lab39.223171.9621-66.9280

#9014cc color RGB value is (144,20,204).

#9014cc hex color red value is 144, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9014cc hue: 0.78 , saturation: 0.82 and the lightness value of 9014cc is 0.44.

The process color (four color CMYK) of #9014cc color hex is 0.29, 0.90, 0.00, 0.20. Web safe color of #9014cc is #9900cc. Color #9014cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010100 11001100
Octal 220 24 314
Decimal 144 20 204
Hex 90 14 CC

RGB Percentages of Color #9014cc

%39.13
%5.43
%55.43

CMYK Percentages of Color #9014cc

%29
%90
%0
%20

Triadic Colors of #9014cc

#9014cc #cc9014 #14cc90

Analogous Colors of #9014cc

#9014cc #cc14ac #3414cc

Monochromatic Colors of #9014cc

#9014cc

Complementary Color

#9014cc #50cc14

#9014cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9014cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9014cc Color CSS Codes

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

#9014cc Text Font Color

<p style="color:#9014cc">Text here</p>

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


#9014cc Background Color

<div style="background-color:#9014cc">
Div content here</div>

This div background color is #9014cc


#9014cc Border Color

<div style="border:3px solid #9014cc">
Div here</div>

This div border color is #9014cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,20,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9014cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9014cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9014cc;
  box-shadow:         1px 1px 3px 2px #9014cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,20,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9014cc


Comments

No comments written yet.

Please login to write comment.