Color Hex Logo

#9a138f Color Hex

#9A138F
(154,19,143)
0 Favorites   0 Comments

Color spaces of #9a138f

RGB 15419143
HSL0.850.780.34
HSV305°88°60°
CMYK 0.000.880.07   0.40
XYZ18.51729.318926.8094
Yxy9.31890.33890.1705
Hunter Lab30.526954.8537-30.7010
CIE-Lab36.591263.1699-34.6798

#9a138f color RGB value is (154,19,143).

#9a138f hex color red value is 154, green value is 19 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #9a138f hue: 0.85 , saturation: 0.78 and the lightness value of 9a138f is 0.34.

The process color (four color CMYK) of #9a138f color hex is 0.00, 0.88, 0.07, 0.40. Web safe color of #9a138f is #990099. Color #9a138f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00010011 10001111
Octal 232 23 217
Decimal 154 19 143
Hex 9A 13 8F

RGB Percentages of Color #9a138f

%48.73
%6.01
%45.25

CMYK Percentages of Color #9a138f

%0
%88
%7
%40

Triadic Colors of #9a138f

#9a138f #8f9a13 #138f9a

Analogous Colors of #9a138f

#9a138f #9a134c #61139a

Monochromatic Colors of #9a138f

#9a138f

Complementary Color

#9a138f #139a1e

#9a138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a138f Color CSS Codes

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

#9a138f Text Font Color

<p style="color:#9a138f">Text here</p>

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


#9a138f Background Color

<div style="background-color:#9a138f">
Div content here</div>

This div background color is #9a138f


#9a138f Border Color

<div style="border:3px solid #9a138f">
Div here</div>

This div border color is #9a138f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,19,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a138f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a138f;
  -webkit-box-shadow: 1px 1px 3px 2px #9a138f;
  box-shadow:         1px 1px 3px 2px #9a138f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a138f


Comments

No comments written yet.

Please login to write comment.