Color Hex Logo

#9a7ed7 Color Hex

#9A7ED7
(154,126,215)
0 Favorites   0 Comments

Color spaces of #9a7ed7

RGB 154126215
HSL0.720.530.67
HSV259°41°84°
CMYK 0.280.410.00   0.16
XYZ33.053026.698067.7011
Yxy26.69800.25930.2095
Hunter Lab51.670123.7625-41.5160
CIE-Lab58.693729.6539-41.9210

#9a7ed7 color RGB value is (154,126,215).

#9a7ed7 hex color red value is 154, green value is 126 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #9a7ed7 hue: 0.72 , saturation: 0.53 and the lightness value of 9a7ed7 is 0.67.

The process color (four color CMYK) of #9a7ed7 color hex is 0.28, 0.41, 0.00, 0.16. Web safe color of #9a7ed7 is #9966cc. Color #9a7ed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111110 11010111
Octal 232 176 327
Decimal 154 126 215
Hex 9A 7E D7

RGB Percentages of Color #9a7ed7

%31.11
%25.45
%43.43

CMYK Percentages of Color #9a7ed7

%28
%41
%0
%16

Triadic Colors of #9a7ed7

#9a7ed7 #d79a7e #7ed79a

Analogous Colors of #9a7ed7

#9a7ed7 #c77ed7 #7e8fd7

Monochromatic Colors of #9a7ed7

#9a7ed7

Complementary Color

#9a7ed7 #bbd77e

#9a7ed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7ed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7ed7 Color CSS Codes

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

#9a7ed7 Text Font Color

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

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


#9a7ed7 Background Color

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

This div background color is #9a7ed7


#9a7ed7 Border Color

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

This div border color is #9a7ed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7ed7


Comments

No comments written yet.

Please login to write comment.