Color Hex Logo

#9e7dfa Color Hex

#9E7DFA
(158,125,250)
0 Favorites   0 Comments

Color spaces of #9e7dfa

RGB 158125250
HSL0.710.930.74
HSV256°50°98°
CMYK 0.370.500.00   0.02
XYZ38.689528.838593.9697
Yxy28.83850.23960.1786
Hunter Lab53.701534.6236-66.1577
CIE-Lab60.638840.2171-58.2812

#9e7dfa color RGB value is (158,125,250).

#9e7dfa hex color red value is 158, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9e7dfa hue: 0.71 , saturation: 0.93 and the lightness value of 9e7dfa is 0.74.

The process color (four color CMYK) of #9e7dfa color hex is 0.37, 0.50, 0.00, 0.02. Web safe color of #9e7dfa is #9966ff. Color #9e7dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111101 11111010
Octal 236 175 372
Decimal 158 125 250
Hex 9E 7D FA

RGB Percentages of Color #9e7dfa

%29.64
%23.45
%46.90

CMYK Percentages of Color #9e7dfa

%37
%50
%0
%2

Triadic Colors of #9e7dfa

#9e7dfa #fa9e7d #7dfa9e

Analogous Colors of #9e7dfa

#9e7dfa #dd7dfa #7d9bfa

Monochromatic Colors of #9e7dfa

#9e7dfa

Complementary Color

#9e7dfa #d9fa7d

#9e7dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7dfa Color CSS Codes

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

#9e7dfa Text Font Color

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

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


#9e7dfa Background Color

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

This div background color is #9e7dfa


#9e7dfa Border Color

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

This div border color is #9e7dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,125,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e7dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e7dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #9e7dfa;
  box-shadow:         1px 1px 3px 2px #9e7dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,125,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7dfa


Comments

No comments written yet.

Please login to write comment.