Color Hex Logo

#9f15df Color Hex

#9F15DF
(159,21,223)
0 Favorites   0 Comments

Color spaces of #9f15df

RGB 15921223
HSL0.780.830.48
HSV281°91°87°
CMYK 0.290.910.00   0.13
XYZ27.885513.235070.8969
Yxy13.23500.24890.1182
Hunter Lab36.379973.1567-90.0779
CIE-Lab43.115277.4316-71.4253

#9f15df color RGB value is (159,21,223).

#9f15df hex color red value is 159, green value is 21 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9f15df hue: 0.78 , saturation: 0.83 and the lightness value of 9f15df is 0.48.

The process color (four color CMYK) of #9f15df color hex is 0.29, 0.91, 0.00, 0.13. Web safe color of #9f15df is #9900cc. Color #9f15df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010101 11011111
Octal 237 25 337
Decimal 159 21 223
Hex 9F 15 DF

RGB Percentages of Color #9f15df

%39.45
%5.21
%55.33

CMYK Percentages of Color #9f15df

%29
%91
%0
%13

Triadic Colors of #9f15df

#9f15df #df9f15 #15df9f

Analogous Colors of #9f15df

#9f15df #df15ba #3a15df

Monochromatic Colors of #9f15df

#9f15df

Complementary Color

#9f15df #55df15

#9f15df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f15df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f15df Color CSS Codes

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

#9f15df Text Font Color

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

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


#9f15df Background Color

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

This div background color is #9f15df


#9f15df Border Color

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

This div border color is #9f15df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f15df


Comments

No comments written yet.

Please login to write comment.