Color Hex Logo

#9990ec Color Hex

#9990EC
(153,144,236)
0 Favorites   0 Comments

Color spaces of #9990ec

RGB 153144236
HSL0.680.710.75
HSV246°39°93°
CMYK 0.350.390.00   0.07
XYZ38.250532.775083.6671
Yxy32.77500.24730.2119
Hunter Lab57.249519.0760-46.5746
CIE-Lab63.978324.4159-45.2935

#9990ec color RGB value is (153,144,236).

#9990ec hex color red value is 153, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9990ec hue: 0.68 , saturation: 0.71 and the lightness value of 9990ec is 0.75.

The process color (four color CMYK) of #9990ec color hex is 0.35, 0.39, 0.00, 0.07. Web safe color of #9990ec is #9999ff. Color #9990ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010000 11101100
Octal 231 220 354
Decimal 153 144 236
Hex 99 90 EC

RGB Percentages of Color #9990ec

%28.71
%27.02
%44.28

CMYK Percentages of Color #9990ec

%35
%39
%0
%7

Triadic Colors of #9990ec

#9990ec #ec9990 #90ec99

Analogous Colors of #9990ec

#9990ec #c790ec #90b5ec

Monochromatic Colors of #9990ec

#9990ec

Complementary Color

#9990ec #e3ec90

#9990ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9990ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9990ec Color CSS Codes

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

#9990ec Text Font Color

<p style="color:#9990ec">Text here</p>

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


#9990ec Background Color

<div style="background-color:#9990ec">
Div content here</div>

This div background color is #9990ec


#9990ec Border Color

<div style="border:3px solid #9990ec">
Div here</div>

This div border color is #9990ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,144,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9990ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9990ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9990ec;
  box-shadow:         1px 1px 3px 2px #9990ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9990ec


Comments

No comments written yet.

Please login to write comment.