Color Hex Logo

#996ddc Color Hex

#996DDC
(153,109,220)
0 Favorites   0 Comments

Color spaces of #996ddc

RGB 153109220
HSL0.730.610.65
HSV264°50°86°
CMYK 0.300.500.00   0.14
XYZ31.523822.876970.4643
Yxy22.87690.25250.1832
Hunter Lab47.829833.9441-53.8669
CIE-Lab54.945340.3027-50.6753

#996ddc color RGB value is (153,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 11011100
Octal 231 155 334
Decimal 153 109 220
Hex 99 6D DC

RGB Percentages of Color #996ddc

%31.74
%22.61
%45.64

CMYK Percentages of Color #996ddc

%30
%50
%0
%14

Triadic Colors of #996ddc

#996ddc #dc996d #6ddc99

Analogous Colors of #996ddc

#996ddc #d16ddc #6d79dc

Monochromatic Colors of #996ddc

#996ddc

Complementary Color

#996ddc #b0dc6d

#996ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#996ddc Color CSS Codes

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

#996ddc Text Font Color

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

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


#996ddc Background Color

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

This div background color is #996ddc


#996ddc Border Color

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

This div border color is #996ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996ddc


Comments

No comments written yet.

Please login to write comment.