Color Hex Logo

#cc96db Color Hex

#CC96DB
(204,150,219)
0 Favorites   0 Comments

Color spaces of #cc96db

RGB 204150219
HSL0.800.490.72
HSV287°32°86°
CMYK 0.070.320.00   0.14
XYZ48.594439.764572.1320
Yxy39.76450.30280.2478
Hunter Lab63.059127.2017-23.6792
CIE-Lab69.301532.1303-27.2774

#cc96db color RGB value is (204,150,219).

#cc96db hex color red value is 204, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc96db hue: 0.80 , saturation: 0.49 and the lightness value of cc96db is 0.72.

The process color (four color CMYK) of #cc96db color hex is 0.07, 0.32, 0.00, 0.14. Web safe color of #cc96db is #cc99cc. Color #cc96db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 11011011
Octal 314 226 333
Decimal 204 150 219
Hex CC 96 DB

RGB Percentages of Color #cc96db

%35.60
%26.18
%38.22

CMYK Percentages of Color #cc96db

%7
%32
%0
%14

Triadic Colors of #cc96db

#cc96db #dbcc96 #96dbcc

Analogous Colors of #cc96db

#cc96db #db96c8 #aa96db

Monochromatic Colors of #cc96db

#cc96db

Complementary Color

#cc96db #a5db96

#cc96db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc96db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc96db Color CSS Codes

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

#cc96db Text Font Color

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

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


#cc96db Background Color

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

This div background color is #cc96db


#cc96db Border Color

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

This div border color is #cc96db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,150,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc96db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc96db;
  -webkit-box-shadow: 1px 1px 3px 2px #cc96db;
  box-shadow:         1px 1px 3px 2px #cc96db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,150,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 #cc96db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc96db


Comments

No comments written yet.

Please login to write comment.