Color Hex Logo

#996ddb Color Hex

#996DDB
(153,109,219)
0 Favorites   0 Comments

Color spaces of #996ddb

RGB 153109219
HSL0.730.600.64
HSV264°50°86°
CMYK 0.300.500.00   0.14
XYZ31.391722.824169.7688
Yxy22.82410.25320.1841
Hunter Lab47.774633.6832-53.1434
CIE-Lab54.890740.0540-50.1984

#996ddb color RGB value is (153,109,219).

#996ddb hex color red value is 153, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #996ddb hue: 0.73 , saturation: 0.60 and the lightness value of 996ddb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 11011011
Octal 231 155 333
Decimal 153 109 219
Hex 99 6D DB

RGB Percentages of Color #996ddb

%31.81
%22.66
%45.53

CMYK Percentages of Color #996ddb

%30
%50
%0
%14

Triadic Colors of #996ddb

#996ddb #db996d #6ddb99

Analogous Colors of #996ddb

#996ddb #d06ddb #6d78db

Monochromatic Colors of #996ddb

#996ddb

Complementary Color

#996ddb #afdb6d

#996ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#996ddb Color CSS Codes

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

#996ddb Text Font Color

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

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


#996ddb Background Color

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

This div background color is #996ddb


#996ddb Border Color

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

This div border color is #996ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996ddb


Comments

No comments written yet.

Please login to write comment.