Color Hex Logo

#990ddb Color Hex

#990DDB
(153,13,219)
0 Favorites   0 Comments

Color spaces of #990ddb

RGB 15313219
HSL0.780.890.45
HSV281°94°86°
CMYK 0.300.940.00   0.14
XYZ26.067012.174667.9939
Yxy12.17460.24540.1146
Hunter Lab34.892172.2915-91.1133
CIE-Lab41.492377.0419-71.8244

#990ddb color RGB value is (153,13,219).

#990ddb hex color red value is 153, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #990ddb hue: 0.78 , saturation: 0.89 and the lightness value of 990ddb is 0.45.

The process color (four color CMYK) of #990ddb color hex is 0.30, 0.94, 0.00, 0.14. Web safe color of #990ddb is #9900cc. Color #990ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001101 11011011
Octal 231 15 333
Decimal 153 13 219
Hex 99 D DB

RGB Percentages of Color #990ddb

%39.74
%3.38
%56.88

CMYK Percentages of Color #990ddb

%30
%94
%0
%14

Triadic Colors of #990ddb

#990ddb #db990d #0ddb99

Analogous Colors of #990ddb

#990ddb #db0db6 #320ddb

Monochromatic Colors of #990ddb

#990ddb

Complementary Color

#990ddb #4fdb0d

#990ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#990ddb Color CSS Codes

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

#990ddb Text Font Color

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

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


#990ddb Background Color

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

This div background color is #990ddb


#990ddb Border Color

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

This div border color is #990ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990ddb


Comments

No comments written yet.

Please login to write comment.