Color Hex Logo

#c881ad Color Hex

#C881AD
(200,129,173)
0 Favorites   0 Comments

Color spaces of #c881ad

RGB 200129173
HSL0.900.390.65
HSV323°36°78°
CMYK 0.000.360.14   0.22
XYZ39.212530.997043.4515
Yxy30.99700.34500.2727
Hunter Lab55.674928.2884-7.3004
CIE-Lab62.505133.8351-11.8928

#c881ad color RGB value is (200,129,173).

#c881ad hex color red value is 200, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c881ad hue: 0.90 , saturation: 0.39 and the lightness value of c881ad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 10101101
Octal 310 201 255
Decimal 200 129 173
Hex C8 81 AD

RGB Percentages of Color #c881ad

%39.84
%25.70
%34.46

CMYK Percentages of Color #c881ad

%0
%36
%14
%22

Triadic Colors of #c881ad

#c881ad #adc881 #81adc8

Analogous Colors of #c881ad

#c881ad #c8818a #c081c8

Monochromatic Colors of #c881ad

#c881ad

Complementary Color

#c881ad #81c89c

#c881ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c881ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c881ad Color CSS Codes

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

#c881ad Text Font Color

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

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


#c881ad Background Color

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

This div background color is #c881ad


#c881ad Border Color

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

This div border color is #c881ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c881ad


Comments

No comments written yet.

Please login to write comment.