Color Hex Logo

#c88cad Color Hex

#C88CAD
(200,140,173)
0 Favorites   0 Comments

Color spaces of #c88cad

RGB 200140173
HSL0.910.350.67
HSV327°30°78°
CMYK 0.000.300.14   0.22
XYZ40.740334.052743.9607
Yxy34.05270.34310.2868
Hunter Lab58.354722.4990-3.8170
CIE-Lab65.004427.8350-8.1567

#c88cad color RGB value is (200,140,173).

#c88cad hex color red value is 200, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c88cad hue: 0.91 , saturation: 0.35 and the lightness value of c88cad is 0.67.

The process color (four color CMYK) of #c88cad color hex is 0.00, 0.30, 0.14, 0.22. Web safe color of #c88cad is #cc9999. Color #c88cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001100 10101101
Octal 310 214 255
Decimal 200 140 173
Hex C8 8C AD

RGB Percentages of Color #c88cad

%38.99
%27.29
%33.72

CMYK Percentages of Color #c88cad

%0
%30
%14
%22

Triadic Colors of #c88cad

#c88cad #adc88c #8cadc8

Analogous Colors of #c88cad

#c88cad #c88c8f #c58cc8

Monochromatic Colors of #c88cad

#c88cad

Complementary Color

#c88cad #8cc8a7

#c88cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88cad Color CSS Codes

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

#c88cad Text Font Color

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

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


#c88cad Background Color

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

This div background color is #c88cad


#c88cad Border Color

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

This div border color is #c88cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88cad


Comments

No comments written yet.

Please login to write comment.