Color Hex Logo

#991eff Color Hex

#991EFF
(153,30,255)
0 Favorites   0 Comments

Color spaces of #991eff

RGB 15330255
HSL0.761.000.56
HSV273°88°100°
CMYK 0.400.880.00   0.00
XYZ31.651114.920995.8196
Yxy14.92090.22230.1048
Hunter Lab38.627678.6631-120.0355
CIE-Lab45.525781.3698-85.5798

#991eff color RGB value is (153,30,255).

#991eff hex color red value is 153, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #991eff hue: 0.76 , saturation: 1.00 and the lightness value of 991eff is 0.56.

The process color (four color CMYK) of #991eff color hex is 0.40, 0.88, 0.00, 0.00. Web safe color of #991eff is #9933ff. Color #991eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011110 11111111
Octal 231 36 377
Decimal 153 30 255
Hex 99 1E FF

RGB Percentages of Color #991eff

%34.93
%6.85
%58.22

CMYK Percentages of Color #991eff

%40
%88
%0
%0

Triadic Colors of #991eff

#991eff #ff991e #1eff99

Analogous Colors of #991eff

#991eff #ff1ef5 #291eff

Monochromatic Colors of #991eff

#991eff

Complementary Color

#991eff #84ff1e

#991eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#991eff Color CSS Codes

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

#991eff Text Font Color

<p style="color:#991eff">Text here</p>

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


#991eff Background Color

<div style="background-color:#991eff">
Div content here</div>

This div background color is #991eff


#991eff Border Color

<div style="border:3px solid #991eff">
Div here</div>

This div border color is #991eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,30,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #991eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #991eff;
  -webkit-box-shadow: 1px 1px 3px 2px #991eff;
  box-shadow:         1px 1px 3px 2px #991eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,30,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991eff


Comments

No comments written yet.

Please login to write comment.