Color Hex Logo

#c993cd Color Hex

#C993CD
(201,147,205)
0 Favorites   0 Comments

Color spaces of #c993cd

RGB 201147205
HSL0.820.370.69
HSV296°28°80°
CMYK 0.020.280.00   0.20
XYZ45.540637.692762.6328
Yxy37.69270.31220.2584
Hunter Lab61.394424.9660-17.5099
CIE-Lab67.793530.0732-21.8610

#c993cd color RGB value is (201,147,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010011 11001101
Octal 311 223 315
Decimal 201 147 205
Hex C9 93 CD

RGB Percentages of Color #c993cd

%36.35
%26.58
%37.07

CMYK Percentages of Color #c993cd

%2
%28
%0
%20

Triadic Colors of #c993cd

#c993cd #cdc993 #93cdc9

Analogous Colors of #c993cd

#c993cd #cd93b4 #ac93cd

Monochromatic Colors of #c993cd

#c993cd

Complementary Color

#c993cd #97cd93

#c993cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c993cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c993cd Color CSS Codes

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

#c993cd Text Font Color

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

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


#c993cd Background Color

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

This div background color is #c993cd


#c993cd Border Color

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

This div border color is #c993cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c993cd


Comments

No comments written yet.

Please login to write comment.