Color Hex Logo

#c71dac Color Hex

#C71DAC
(199,29,172)
0 Favorites   0 Comments

Color spaces of #c71dac

RGB 19929172
HSL0.860.750.45
HSV310°85°78°
CMYK 0.000.850.14   0.22
XYZ31.438915.999440.4609
Yxy15.99940.35770.1820
Hunter Lab39.999270.3000-31.9748
CIE-Lab46.973774.3521-35.2124

#c71dac color RGB value is (199,29,172).

#c71dac hex color red value is 199, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c71dac hue: 0.86 , saturation: 0.75 and the lightness value of c71dac is 0.45.

The process color (four color CMYK) of #c71dac color hex is 0.00, 0.85, 0.14, 0.22. Web safe color of #c71dac is #cc3399. Color #c71dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011101 10101100
Octal 307 35 254
Decimal 199 29 172
Hex C7 1D AC

RGB Percentages of Color #c71dac

%49.75
%7.25
%43.00

CMYK Percentages of Color #c71dac

%0
%85
%14
%22

Triadic Colors of #c71dac

#c71dac #acc71d #1dacc7

Analogous Colors of #c71dac

#c71dac #c71d57 #8d1dc7

Monochromatic Colors of #c71dac

#c71dac

Complementary Color

#c71dac #1dc738

#c71dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71dac Color CSS Codes

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

#c71dac Text Font Color

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

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


#c71dac Background Color

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

This div background color is #c71dac


#c71dac Border Color

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

This div border color is #c71dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71dac


Comments

No comments written yet.

Please login to write comment.