Color Hex Logo

#c99ccf Color Hex

#C99CCF
(201,156,207)
0 Favorites   0 Comments

Color spaces of #c99ccf

RGB 201156207
HSL0.810.350.71
HSV293°25°81°
CMYK 0.030.250.00   0.19
XYZ47.238340.699464.3975
Yxy40.69940.31010.2672
Hunter Lab63.796120.5286-15.1917
CIE-Lab69.964825.5169-19.6651

#c99ccf color RGB value is (201,156,207).

#c99ccf hex color red value is 201, green value is 156 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c99ccf hue: 0.81 , saturation: 0.35 and the lightness value of c99ccf is 0.71.

The process color (four color CMYK) of #c99ccf color hex is 0.03, 0.25, 0.00, 0.19. Web safe color of #c99ccf is #cc99cc. Color #c99ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 11001111
Octal 311 234 317
Decimal 201 156 207
Hex C9 9C CF

RGB Percentages of Color #c99ccf

%35.64
%27.66
%36.70

CMYK Percentages of Color #c99ccf

%3
%25
%0
%19

Triadic Colors of #c99ccf

#c99ccf #cfc99c #9ccfc9

Analogous Colors of #c99ccf

#c99ccf #cf9cbc #b09ccf

Monochromatic Colors of #c99ccf

#c99ccf

Complementary Color

#c99ccf #a2cf9c

#c99ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ccf Color CSS Codes

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

#c99ccf Text Font Color

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

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


#c99ccf Background Color

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

This div background color is #c99ccf


#c99ccf Border Color

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

This div border color is #c99ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,156,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #c99ccf;
  box-shadow:         1px 1px 3px 2px #c99ccf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,156,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ccf


Comments

No comments written yet.

Please login to write comment.