Color Hex Logo

#9e7bfa Color Hex

#9E7BFA
(158,123,250)
0 Favorites   0 Comments

Color spaces of #9e7bfa

RGB 158123250
HSL0.710.930.73
HSV257°51°98°
CMYK 0.370.510.00   0.02
XYZ38.438828.337193.8861
Yxy28.33710.23930.1764
Hunter Lab53.232635.7362-67.3067
CIE-Lab60.192141.3407-58.9950

#9e7bfa color RGB value is (158,123,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111011 11111010
Octal 236 173 372
Decimal 158 123 250
Hex 9E 7B FA

RGB Percentages of Color #9e7bfa

%29.76
%23.16
%47.08

CMYK Percentages of Color #9e7bfa

%37
%51
%0
%2

Triadic Colors of #9e7bfa

#9e7bfa #fa9e7b #7bfa9e

Analogous Colors of #9e7bfa

#9e7bfa #de7bfa #7b98fa

Monochromatic Colors of #9e7bfa

#9e7bfa

Complementary Color

#9e7bfa #d7fa7b

#9e7bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7bfa Color CSS Codes

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

#9e7bfa Text Font Color

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

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


#9e7bfa Background Color

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

This div background color is #9e7bfa


#9e7bfa Border Color

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

This div border color is #9e7bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,123,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 #9e7bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7bfa


Comments

No comments written yet.

Please login to write comment.