Color Hex Logo

#990abc Color Hex

#990ABC
(153,10,188)
0 Favorites   0 Comments

Color spaces of #990abc

RGB 15310188
HSL0.800.900.39
HSV288°95°74°
CMYK 0.190.950.00   0.26
XYZ22.322510.620248.4503
Yxy10.62020.27430.1305
Hunter Lab32.588665.2384-65.3358
CIE-Lab38.933371.7065-57.9768

#990abc color RGB value is (153,10,188).

#990abc hex color red value is 153, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #990abc hue: 0.80 , saturation: 0.90 and the lightness value of 990abc is 0.39.

The process color (four color CMYK) of #990abc color hex is 0.19, 0.95, 0.00, 0.26. Web safe color of #990abc is #9900cc. Color #990abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001010 10111100
Octal 231 12 274
Decimal 153 10 188
Hex 99 A BC

RGB Percentages of Color #990abc

%43.59
%2.85
%53.56

CMYK Percentages of Color #990abc

%19
%95
%0
%26

Triadic Colors of #990abc

#990abc #bc990a #0abc99

Analogous Colors of #990abc

#990abc #bc0a86 #400abc

Monochromatic Colors of #990abc

#990abc

Complementary Color

#990abc #2dbc0a

#990abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#990abc Color CSS Codes

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

#990abc Text Font Color

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

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


#990abc Background Color

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

This div background color is #990abc


#990abc Border Color

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

This div border color is #990abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990abc


Comments

No comments written yet.

Please login to write comment.