Color Hex Logo

#cc99dc Color Hex

#CC99DC
(204,153,220)
0 Favorites   0 Comments

Color spaces of #cc99dc

RGB 204153220
HSL0.790.490.73
HSV286°30°86°
CMYK 0.070.300.00   0.14
XYZ49.211340.787172.9891
Yxy40.78710.30190.2502
Hunter Lab63.864825.7806-23.0554
CIE-Lab70.026530.6899-26.7152

#cc99dc color RGB value is (204,153,220).

#cc99dc hex color red value is 204, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc99dc hue: 0.79 , saturation: 0.49 and the lightness value of cc99dc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 11011100
Octal 314 231 334
Decimal 204 153 220
Hex CC 99 DC

RGB Percentages of Color #cc99dc

%35.36
%26.52
%38.13

CMYK Percentages of Color #cc99dc

%7
%30
%0
%14

Triadic Colors of #cc99dc

#cc99dc #dccc99 #99dccc

Analogous Colors of #cc99dc

#cc99dc #dc99cb #ab99dc

Monochromatic Colors of #cc99dc

#cc99dc

Complementary Color

#cc99dc #a9dc99

#cc99dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc99dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc99dc Color CSS Codes

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

#cc99dc Text Font Color

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

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


#cc99dc Background Color

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

This div background color is #cc99dc


#cc99dc Border Color

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

This div border color is #cc99dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc99dc


Comments

No comments written yet.

Please login to write comment.