Color Hex Logo

#990eff Color Hex

#990EFF
(153,14,255)
0 Favorites   0 Comments

Color spaces of #990eff

RGB 15314255
HSL0.761.000.53
HSV275°95°100°
CMYK 0.400.950.00   0.00
XYZ31.343914.306495.7171
Yxy14.30640.22170.1012
Hunter Lab37.823881.7281-123.5629
CIE-Lab44.669283.9367-86.9881

#990eff color RGB value is (153,14,255).

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

The process color (four color CMYK) of #990eff color hex is 0.40, 0.95, 0.00, 0.00. Web safe color of #990eff is #9900ff. Color #990eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001110 11111111
Octal 231 16 377
Decimal 153 14 255
Hex 99 E FF

RGB Percentages of Color #990eff

%36.26
%3.32
%60.43

CMYK Percentages of Color #990eff

%40
%95
%0
%0

Triadic Colors of #990eff

#990eff #ff990e #0eff99

Analogous Colors of #990eff

#990eff #ff0eed #210eff

Monochromatic Colors of #990eff

#990eff

Complementary Color

#990eff #74ff0e

#990eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#990eff Color CSS Codes

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

#990eff Text Font Color

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

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


#990eff Background Color

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

This div background color is #990eff


#990eff Border Color

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

This div border color is #990eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,14,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 #990eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990eff


Comments

No comments written yet.

Please login to write comment.