Color Hex Logo

#9a7abd Color Hex

#9A7ABD
(154,122,189)
0 Favorites   0 Comments

Color spaces of #9a7abd

RGB 154122189
HSL0.750.340.61
HSV269°35°74°
CMYK 0.190.350.00   0.26
XYZ29.471324.463251.3127
Yxy24.46320.28000.2324
Hunter Lab49.460319.8051-26.8884
CIE-Lab56.548625.7112-30.5551

#9a7abd color RGB value is (154,122,189).

#9a7abd hex color red value is 154, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9a7abd hue: 0.75 , saturation: 0.34 and the lightness value of 9a7abd is 0.61.

The process color (four color CMYK) of #9a7abd color hex is 0.19, 0.35, 0.00, 0.26. Web safe color of #9a7abd is #9966cc. Color #9a7abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111010 10111101
Octal 232 172 275
Decimal 154 122 189
Hex 9A 7A BD

RGB Percentages of Color #9a7abd

%33.12
%26.24
%40.65

CMYK Percentages of Color #9a7abd

%19
%35
%0
%26

Triadic Colors of #9a7abd

#9a7abd #bd9a7a #7abd9a

Analogous Colors of #9a7abd

#9a7abd #bc7abd #7a7cbd

Monochromatic Colors of #9a7abd

#9a7abd

Complementary Color

#9a7abd #9dbd7a

#9a7abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7abd Color CSS Codes

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

#9a7abd Text Font Color

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

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


#9a7abd Background Color

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

This div background color is #9a7abd


#9a7abd Border Color

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

This div border color is #9a7abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7abd


Comments

No comments written yet.

Please login to write comment.