Color Hex Logo

#c88dac Color Hex

#C88DAC
(200,141,172)
0 Favorites   0 Comments

Color spaces of #c88dac

RGB 200141172
HSL0.910.350.67
HSV328°30°78°
CMYK 0.000.300.14   0.22
XYZ40.790734.307743.5019
Yxy34.30770.34390.2893
Hunter Lab58.572821.8069-3.0336
CIE-Lab65.206127.1210-7.2929

#c88dac color RGB value is (200,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001101 10101100
Octal 310 215 254
Decimal 200 141 172
Hex C8 8D AC

RGB Percentages of Color #c88dac

%38.99
%27.49
%33.53

CMYK Percentages of Color #c88dac

%0
%30
%14
%22

Triadic Colors of #c88dac

#c88dac #acc88d #8dacc8

Analogous Colors of #c88dac

#c88dac #c88d8f #c78dc8

Monochromatic Colors of #c88dac

#c88dac

Complementary Color

#c88dac #8dc8a9

#c88dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88dac Color CSS Codes

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

#c88dac Text Font Color

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

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


#c88dac Background Color

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

This div background color is #c88dac


#c88dac Border Color

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

This div border color is #c88dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88dac


Comments

No comments written yet.

Please login to write comment.