Color Hex Logo

#c871ad Color Hex

#C871AD
(200,113,173)
0 Favorites   0 Comments

Color spaces of #c871ad

RGB 200113173
HSL0.890.440.61
HSV319°44°78°
CMYK 0.000.440.14   0.22
XYZ37.267427.106742.8031
Yxy27.10670.34770.2529
Hunter Lab52.064136.6579-12.2988
CIE-Lab59.073042.3696-17.0742

#c871ad color RGB value is (200,113,173).

#c871ad hex color red value is 200, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c871ad hue: 0.89 , saturation: 0.44 and the lightness value of c871ad is 0.61.

The process color (four color CMYK) of #c871ad color hex is 0.00, 0.44, 0.14, 0.22. Web safe color of #c871ad is #cc6699. Color #c871ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110001 10101101
Octal 310 161 255
Decimal 200 113 173
Hex C8 71 AD

RGB Percentages of Color #c871ad

%41.15
%23.25
%35.60

CMYK Percentages of Color #c871ad

%0
%44
%14
%22

Triadic Colors of #c871ad

#c871ad #adc871 #71adc8

Analogous Colors of #c871ad

#c871ad #c87182 #b871c8

Monochromatic Colors of #c871ad

#c871ad

Complementary Color

#c871ad #71c88c

#c871ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c871ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c871ad Color CSS Codes

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

#c871ad Text Font Color

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

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


#c871ad Background Color

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

This div background color is #c871ad


#c871ad Border Color

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

This div border color is #c871ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c871ad


Comments

No comments written yet.

Please login to write comment.