Color Hex Logo

#9f03df Color Hex

#9F03DF
(159,3,223)
0 Favorites   0 Comments

Color spaces of #9f03df

RGB 1593223
HSL0.780.970.44
HSV283°99°87°
CMYK 0.290.990.00   0.13
XYZ27.649912.763870.8184
Yxy12.76380.24860.1147
Hunter Lab35.726575.6258-92.5185
CIE-Lab42.405279.5538-72.5855

#9f03df color RGB value is (159,3,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00000011 11011111
Octal 237 3 337
Decimal 159 3 223
Hex 9F 3 DF

RGB Percentages of Color #9f03df

%41.30
%0.78
%57.92

CMYK Percentages of Color #9f03df

%29
%99
%0
%13

Triadic Colors of #9f03df

#9f03df #df9f03 #03df9f

Analogous Colors of #9f03df

#9f03df #df03b1 #3103df

Monochromatic Colors of #9f03df

#9f03df

Complementary Color

#9f03df #43df03

#9f03df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f03df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f03df Color CSS Codes

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

#9f03df Text Font Color

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

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


#9f03df Background Color

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

This div background color is #9f03df


#9f03df Border Color

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

This div border color is #9f03df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f03df


Comments

No comments written yet.

Please login to write comment.