Color Hex Logo

#9a087b Color Hex

#9A087B
(154,8,123)
0 Favorites   0 Comments

Color spaces of #9a087b

RGB 1548123
HSL0.870.900.32
HSV313°95°60°
CMYK 0.000.950.20   0.40
XYZ16.98848.473819.4791
Yxy8.47380.37800.1886
Hunter Lab29.109853.2300-19.2976
CIE-Lab34.950862.0335-24.8475

#9a087b color RGB value is (154,8,123).

#9a087b hex color red value is 154, green value is 8 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9a087b hue: 0.87 , saturation: 0.90 and the lightness value of 9a087b is 0.32.

The process color (four color CMYK) of #9a087b color hex is 0.00, 0.95, 0.20, 0.40. Web safe color of #9a087b is #990066. Color #9a087b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00001000 01111011
Octal 232 10 173
Decimal 154 8 123
Hex 9A 8 7B

RGB Percentages of Color #9a087b

%54.04
%2.81
%43.16

CMYK Percentages of Color #9a087b

%0
%95
%20
%40

Triadic Colors of #9a087b

#9a087b #7b9a08 #087b9a

Analogous Colors of #9a087b

#9a087b #9a0832 #70089a

Monochromatic Colors of #9a087b

#9a087b

Complementary Color

#9a087b #089a27

#9a087b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a087b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a087b Color CSS Codes

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

#9a087b Text Font Color

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

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


#9a087b Background Color

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

This div background color is #9a087b


#9a087b Border Color

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

This div border color is #9a087b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a087b


Comments

No comments written yet.

Please login to write comment.