Color Hex Logo

#9f5deb Color Hex

#9F5DEB
(159,93,235)
0 Favorites   0 Comments

Color spaces of #9f5deb

RGB 15993235
HSL0.740.780.64
HSV268°60°92°
CMYK 0.320.600.00   0.08
XYZ33.207821.197880.9386
Yxy21.19780.24540.1566
Hunter Lab46.041148.1739-72.0010
CIE-Lab53.165354.0315-61.9232

#9f5deb color RGB value is (159,93,235).

#9f5deb hex color red value is 159, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9f5deb hue: 0.74 , saturation: 0.78 and the lightness value of 9f5deb is 0.64.

The process color (four color CMYK) of #9f5deb color hex is 0.32, 0.60, 0.00, 0.08. Web safe color of #9f5deb is #9966ff. Color #9f5deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01011101 11101011
Octal 237 135 353
Decimal 159 93 235
Hex 9F 5D EB

RGB Percentages of Color #9f5deb

%32.65
%19.10
%48.25

CMYK Percentages of Color #9f5deb

%32
%60
%0
%8

Triadic Colors of #9f5deb

#9f5deb #eb9f5d #5deb9f

Analogous Colors of #9f5deb

#9f5deb #e65deb #5d62eb

Monochromatic Colors of #9f5deb

#9f5deb

Complementary Color

#9f5deb #a9eb5d

#9f5deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f5deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f5deb Color CSS Codes

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

#9f5deb Text Font Color

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

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


#9f5deb Background Color

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

This div background color is #9f5deb


#9f5deb Border Color

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

This div border color is #9f5deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f5deb


Comments

No comments written yet.

Please login to write comment.