Color Hex Logo

#cc99ce Color Hex

#CC99CE
(204,153,206)
0 Favorites   0 Comments

Color spaces of #cc99ce

RGB 204153206
HSL0.830.350.70
HSV298°26°81°
CMYK 0.010.260.00   0.19
XYZ47.433740.076163.6279
Yxy40.07610.31380.2652
Hunter Lab63.305722.9616-15.2778
CIE-Lab69.523727.9635-19.7542

#cc99ce color RGB value is (204,153,206).

#cc99ce hex color red value is 204, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cc99ce hue: 0.83 , saturation: 0.35 and the lightness value of cc99ce is 0.70.

The process color (four color CMYK) of #cc99ce color hex is 0.01, 0.26, 0.00, 0.19. Web safe color of #cc99ce is #cc99cc. Color #cc99ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 11001110
Octal 314 231 316
Decimal 204 153 206
Hex CC 99 CE

RGB Percentages of Color #cc99ce

%36.23
%27.18
%36.59

CMYK Percentages of Color #cc99ce

%1
%26
%0
%19

Triadic Colors of #cc99ce

#cc99ce #cecc99 #99cecc

Analogous Colors of #cc99ce

#cc99ce #ce99b6 #b299ce

Monochromatic Colors of #cc99ce

#cc99ce

Complementary Color

#cc99ce #9bce99

#cc99ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc99ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc99ce Color CSS Codes

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

#cc99ce Text Font Color

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

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


#cc99ce Background Color

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

This div background color is #cc99ce


#cc99ce Border Color

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

This div border color is #cc99ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc99ce


Comments

No comments written yet.

Please login to write comment.