Color Hex Logo

#9014a7 Color Hex

#9014A7
(144,20,167)
0 Favorites   0 Comments

Color spaces of #9014a7

RGB 14420167
HSL0.810.790.37
HSV291°88°65°
CMYK 0.140.880.00   0.35
XYZ18.72689.219637.3518
Yxy9.21960.28680.1412
Hunter Lab30.363856.9528-51.6805
CIE-Lab36.403765.0675-49.6549

#9014a7 color RGB value is (144,20,167).

#9014a7 hex color red value is 144, green value is 20 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #9014a7 hue: 0.81 , saturation: 0.79 and the lightness value of 9014a7 is 0.37.

The process color (four color CMYK) of #9014a7 color hex is 0.14, 0.88, 0.00, 0.35. Web safe color of #9014a7 is #990099. Color #9014a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010100 10100111
Octal 220 24 247
Decimal 144 20 167
Hex 90 14 A7

RGB Percentages of Color #9014a7

%43.50
%6.04
%50.45

CMYK Percentages of Color #9014a7

%14
%88
%0
%35

Triadic Colors of #9014a7

#9014a7 #a79014 #14a790

Analogous Colors of #9014a7

#9014a7 #a71475 #4614a7

Monochromatic Colors of #9014a7

#9014a7

Complementary Color

#9014a7 #2ba714

#9014a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9014a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9014a7 Color CSS Codes

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

#9014a7 Text Font Color

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

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


#9014a7 Background Color

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

This div background color is #9014a7


#9014a7 Border Color

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

This div border color is #9014a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9014a7


Comments

No comments written yet.

Please login to write comment.