Color Hex Logo

#9a7eaf Color Hex

#9A7EAF
(154,126,175)
0 Favorites   0 Comments

Color spaces of #9a7eaf

RGB 154126175
HSL0.760.230.59
HSV274°28°69°
CMYK 0.120.280.00   0.31
XYZ28.525124.886943.8576
Yxy24.88690.29330.2559
Hunter Lab49.886814.7639-17.2036
CIE-Lab56.965120.2550-21.9020

#9a7eaf color RGB value is (154,126,175).

#9a7eaf hex color red value is 154, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9a7eaf hue: 0.76 , saturation: 0.23 and the lightness value of 9a7eaf is 0.59.

The process color (four color CMYK) of #9a7eaf color hex is 0.12, 0.28, 0.00, 0.31. Web safe color of #9a7eaf is #996699. Color #9a7eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111110 10101111
Octal 232 176 257
Decimal 154 126 175
Hex 9A 7E AF

RGB Percentages of Color #9a7eaf

%33.85
%27.69
%38.46

CMYK Percentages of Color #9a7eaf

%12
%28
%0
%31

Triadic Colors of #9a7eaf

#9a7eaf #af9a7e #7eaf9a

Analogous Colors of #9a7eaf

#9a7eaf #af7eac #827eaf

Monochromatic Colors of #9a7eaf

#9a7eaf

Complementary Color

#9a7eaf #93af7e

#9a7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7eaf Color CSS Codes

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

#9a7eaf Text Font Color

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

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


#9a7eaf Background Color

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

This div background color is #9a7eaf


#9a7eaf Border Color

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

This div border color is #9a7eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7eaf


Comments

No comments written yet.

Please login to write comment.