Color Hex Logo

#cc99d6 Color Hex

#CC99D6
(204,153,214)
0 Favorites   0 Comments

Color spaces of #cc99d6

RGB 204153214
HSL0.810.430.72
HSV290°29°84°
CMYK 0.050.290.00   0.16
XYZ48.430740.474968.8782
Yxy40.47490.30690.2565
Hunter Lab63.619924.5485-19.6565
CIE-Lab69.806429.5042-23.7448

#cc99d6 color RGB value is (204,153,214).

#cc99d6 hex color red value is 204, green value is 153 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #cc99d6 hue: 0.81 , saturation: 0.43 and the lightness value of cc99d6 is 0.72.

The process color (four color CMYK) of #cc99d6 color hex is 0.05, 0.29, 0.00, 0.16. Web safe color of #cc99d6 is #cc99cc. Color #cc99d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 11010110
Octal 314 231 326
Decimal 204 153 214
Hex CC 99 D6

RGB Percentages of Color #cc99d6

%35.73
%26.80
%37.48

CMYK Percentages of Color #cc99d6

%5
%29
%0
%16

Triadic Colors of #cc99d6

#cc99d6 #d6cc99 #99d6cc

Analogous Colors of #cc99d6

#cc99d6 #d699c2 #ae99d6

Monochromatic Colors of #cc99d6

#cc99d6

Complementary Color

#cc99d6 #a3d699

#cc99d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc99d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc99d6 Color CSS Codes

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

#cc99d6 Text Font Color

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

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


#cc99d6 Background Color

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

This div background color is #cc99d6


#cc99d6 Border Color

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

This div border color is #cc99d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc99d6


Comments

No comments written yet.

Please login to write comment.