Color Hex Logo

#996cdf Color Hex

#996CDF
(153,108,223)
0 Favorites   0 Comments

Color spaces of #996cdf

RGB 153108223
HSL0.730.640.65
HSV263°52°87°
CMYK 0.310.520.00   0.13
XYZ31.818722.825172.5407
Yxy22.82510.25020.1795
Hunter Lab47.775635.2742-56.5808
CIE-Lab54.891741.6095-52.4505

#996cdf color RGB value is (153,108,223).

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

The process color (four color CMYK) of #996cdf color hex is 0.31, 0.52, 0.00, 0.13. Web safe color of #996cdf is #9966cc. Color #996cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101100 11011111
Octal 231 154 337
Decimal 153 108 223
Hex 99 6C DF

RGB Percentages of Color #996cdf

%31.61
%22.31
%46.07

CMYK Percentages of Color #996cdf

%31
%52
%0
%13

Triadic Colors of #996cdf

#996cdf #df996c #6cdf99

Analogous Colors of #996cdf

#996cdf #d36cdf #6c79df

Monochromatic Colors of #996cdf

#996cdf

Complementary Color

#996cdf #b2df6c

#996cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#996cdf Color CSS Codes

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

#996cdf Text Font Color

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

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


#996cdf Background Color

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

This div background color is #996cdf


#996cdf Border Color

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

This div border color is #996cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996cdf


Comments

No comments written yet.

Please login to write comment.