Color Hex Logo

#9f1deb Color Hex

#9F1DEB
(159,29,235)
0 Favorites   0 Comments

Color spaces of #9f1deb

RGB 15929235
HSL0.770.840.52
HSV278°88°92°
CMYK 0.320.880.00   0.08
XYZ29.732814.247879.7803
Yxy14.24780.24020.1151
Hunter Lab37.746374.5488-98.8927
CIE-Lab44.586278.2712-75.8463

#9f1deb color RGB value is (159,29,235).

#9f1deb hex color red value is 159, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9f1deb hue: 0.77 , saturation: 0.84 and the lightness value of 9f1deb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00011101 11101011
Octal 237 35 353
Decimal 159 29 235
Hex 9F 1D EB

RGB Percentages of Color #9f1deb

%37.59
%6.86
%55.56

CMYK Percentages of Color #9f1deb

%32
%88
%0
%8

Triadic Colors of #9f1deb

#9f1deb #eb9f1d #1deb9f

Analogous Colors of #9f1deb

#9f1deb #eb1dd0 #381deb

Monochromatic Colors of #9f1deb

#9f1deb

Complementary Color

#9f1deb #69eb1d

#9f1deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f1deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f1deb Color CSS Codes

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

#9f1deb Text Font Color

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

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


#9f1deb Background Color

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

This div background color is #9f1deb


#9f1deb Border Color

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

This div border color is #9f1deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f1deb


Comments

No comments written yet.

Please login to write comment.