Color Hex Logo

#9f5eda Color Hex

#9F5EDA
(159,94,218)
0 Favorites   0 Comments

Color spaces of #9f5eda

RGB 15994218
HSL0.750.630.61
HSV271°57°85°
CMYK 0.270.570.00   0.15
XYZ30.955720.438368.6431
Yxy20.43830.25790.1703
Hunter Lab45.208743.1087-58.3774
CIE-Lab52.329249.4874-53.6824

#9f5eda color RGB value is (159,94,218).

#9f5eda hex color red value is 159, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9f5eda hue: 0.75 , saturation: 0.63 and the lightness value of 9f5eda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 01011110 11011010
Octal 237 136 332
Decimal 159 94 218
Hex 9F 5E DA

RGB Percentages of Color #9f5eda

%33.76
%19.96
%46.28

CMYK Percentages of Color #9f5eda

%27
%57
%0
%15

Triadic Colors of #9f5eda

#9f5eda #da9f5e #5eda9f

Analogous Colors of #9f5eda

#9f5eda #da5ed7 #615eda

Monochromatic Colors of #9f5eda

#9f5eda

Complementary Color

#9f5eda #99da5e

#9f5eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f5eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f5eda Color CSS Codes

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

#9f5eda Text Font Color

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

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


#9f5eda Background Color

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

This div background color is #9f5eda


#9f5eda Border Color

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

This div border color is #9f5eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,94,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f5eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f5eda;
  -webkit-box-shadow: 1px 1px 3px 2px #9f5eda;
  box-shadow:         1px 1px 3px 2px #9f5eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,94,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f5eda


Comments

No comments written yet.

Please login to write comment.