Color Hex Logo

#9a7eba Color Hex

#9A7EBA
(154,126,186)
0 Favorites   0 Comments

Color spaces of #9a7eba

RGB 154126186
HSL0.740.300.61
HSV268°32°73°
CMYK 0.170.320.00   0.27
XYZ29.650225.336949.7821
Yxy25.33690.28300.2418
Hunter Lab50.335817.0575-23.4028
CIE-Lab57.402222.7153-27.5202

#9a7eba color RGB value is (154,126,186).

#9a7eba hex color red value is 154, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9a7eba hue: 0.74 , saturation: 0.30 and the lightness value of 9a7eba is 0.61.

The process color (four color CMYK) of #9a7eba color hex is 0.17, 0.32, 0.00, 0.27. Web safe color of #9a7eba is #9966cc. Color #9a7eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111110 10111010
Octal 232 176 272
Decimal 154 126 186
Hex 9A 7E BA

RGB Percentages of Color #9a7eba

%33.05
%27.04
%39.91

CMYK Percentages of Color #9a7eba

%17
%32
%0
%27

Triadic Colors of #9a7eba

#9a7eba #ba9a7e #7eba9a

Analogous Colors of #9a7eba

#9a7eba #b87eba #7e80ba

Monochromatic Colors of #9a7eba

#9a7eba

Complementary Color

#9a7eba #9eba7e

#9a7eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7eba Color CSS Codes

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

#9a7eba Text Font Color

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

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


#9a7eba Background Color

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

This div background color is #9a7eba


#9a7eba Border Color

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

This div border color is #9a7eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7eba


Comments

No comments written yet.

Please login to write comment.