Color Hex Logo

#c893cc Color Hex

#C893CC
(200,147,204)
0 Favorites   0 Comments

Color spaces of #c893cc

RGB 200147204
HSL0.820.360.69
HSV296°28°80°
CMYK 0.020.280.00   0.20
XYZ45.152237.506461.9864
Yxy37.50640.31220.2593
Hunter Lab61.242524.4283-17.1405
CIE-Lab67.655229.5538-21.5252

#c893cc color RGB value is (200,147,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 11001100
Octal 310 223 314
Decimal 200 147 204
Hex C8 93 CC

RGB Percentages of Color #c893cc

%36.30
%26.68
%37.02

CMYK Percentages of Color #c893cc

%2
%28
%0
%20

Triadic Colors of #c893cc

#c893cc #ccc893 #93ccc8

Analogous Colors of #c893cc

#c893cc #cc93b4 #ac93cc

Monochromatic Colors of #c893cc

#c893cc

Complementary Color

#c893cc #97cc93

#c893cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893cc Color CSS Codes

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

#c893cc Text Font Color

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

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


#c893cc Background Color

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

This div background color is #c893cc


#c893cc Border Color

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

This div border color is #c893cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c893cc


Comments

No comments written yet.

Please login to write comment.