Color Hex Logo

#c994cd Color Hex

#C994CD
(201,148,205)
0 Favorites   0 Comments

Color spaces of #c994cd

RGB 201148205
HSL0.820.360.69
HSV296°28°80°
CMYK 0.020.280.00   0.20
XYZ45.696738.005162.6848
Yxy38.00510.31220.2596
Hunter Lab61.648324.4284-17.1331
CIE-Lab68.024429.5247-21.5090

#c994cd color RGB value is (201,148,205).

#c994cd hex color red value is 201, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c994cd hue: 0.82 , saturation: 0.36 and the lightness value of c994cd is 0.69.

The process color (four color CMYK) of #c994cd color hex is 0.02, 0.28, 0.00, 0.20. Web safe color of #c994cd is #cc99cc. Color #c994cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 11001101
Octal 311 224 315
Decimal 201 148 205
Hex C9 94 CD

RGB Percentages of Color #c994cd

%36.28
%26.71
%37.00

CMYK Percentages of Color #c994cd

%2
%28
%0
%20

Triadic Colors of #c994cd

#c994cd #cdc994 #94cdc9

Analogous Colors of #c994cd

#c994cd #cd94b5 #ad94cd

Monochromatic Colors of #c994cd

#c994cd

Complementary Color

#c994cd #98cd94

#c994cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994cd Color CSS Codes

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

#c994cd Text Font Color

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

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


#c994cd Background Color

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

This div background color is #c994cd


#c994cd Border Color

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

This div border color is #c994cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994cd


Comments

No comments written yet.

Please login to write comment.