Color Hex Logo

#990cee Color Hex

#990CEE
(153,12,238)
0 Favorites   0 Comments

Color spaces of #990cee

RGB 15312238
HSL0.770.900.49
HSV277°95°93°
CMYK 0.360.950.00   0.07
XYZ28.701013.208381.9257
Yxy13.20830.23180.1067
Hunter Lab36.343277.3645-108.2126
CIE-Lab43.075480.8107-80.0530

#990cee color RGB value is (153,12,238).

#990cee hex color red value is 153, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #990cee hue: 0.77 , saturation: 0.90 and the lightness value of 990cee is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001100 11101110
Octal 231 14 356
Decimal 153 12 238
Hex 99 C EE

RGB Percentages of Color #990cee

%37.97
%2.98
%59.06

CMYK Percentages of Color #990cee

%36
%95
%0
%7

Triadic Colors of #990cee

#990cee #ee990c #0cee99

Analogous Colors of #990cee

#990cee #ee0cd2 #280cee

Monochromatic Colors of #990cee

#990cee

Complementary Color

#990cee #61ee0c

#990cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#990cee Color CSS Codes

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

#990cee Text Font Color

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

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


#990cee Background Color

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

This div background color is #990cee


#990cee Border Color

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

This div border color is #990cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990cee


Comments

No comments written yet.

Please login to write comment.