Color Hex Logo

#9711df Color Hex

#9711DF
(151,17,223)
0 Favorites   0 Comments

Color spaces of #9711df

RGB 15117223
HSL0.780.860.47
HSV279°92°87°
CMYK 0.320.920.00   0.13
XYZ26.282212.307970.8025
Yxy12.30790.24030.1125
Hunter Lab35.082672.3290-95.0992
CIE-Lab41.701477.0323-73.7860

#9711df color RGB value is (151,17,223).

#9711df hex color red value is 151, green value is 17 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9711df hue: 0.78 , saturation: 0.86 and the lightness value of 9711df is 0.47.

The process color (four color CMYK) of #9711df color hex is 0.32, 0.92, 0.00, 0.13. Web safe color of #9711df is #9900cc. Color #9711df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010001 11011111
Octal 227 21 337
Decimal 151 17 223
Hex 97 11 DF

RGB Percentages of Color #9711df

%38.62
%4.35
%57.03

CMYK Percentages of Color #9711df

%32
%92
%0
%13

Triadic Colors of #9711df

#9711df #df9711 #11df97

Analogous Colors of #9711df

#9711df #df11c0 #3011df

Monochromatic Colors of #9711df

#9711df

Complementary Color

#9711df #59df11

#9711df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9711df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9711df Color CSS Codes

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

#9711df Text Font Color

<p style="color:#9711df">Text here</p>

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


#9711df Background Color

<div style="background-color:#9711df">
Div content here</div>

This div background color is #9711df


#9711df Border Color

<div style="border:3px solid #9711df">
Div here</div>

This div border color is #9711df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,17,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9711df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9711df;
  -webkit-box-shadow: 1px 1px 3px 2px #9711df;
  box-shadow:         1px 1px 3px 2px #9711df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,17,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 #9711df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9711df


Comments

No comments written yet.

Please login to write comment.