Color Hex Logo

#c71cad Color Hex

#C71CAD
(199,28,173)
0 Favorites   0 Comments

Color spaces of #c71cad

RGB 19928173
HSL0.860.750.45
HSV309°86°78°
CMYK 0.000.860.13   0.22
XYZ31.511315.989840.9607
Yxy15.98980.35620.1808
Hunter Lab39.987270.6863-32.7423
CIE-Lab46.961174.6716-35.8237

#c71cad color RGB value is (199,28,173).

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

The process color (four color CMYK) of #c71cad color hex is 0.00, 0.86, 0.13, 0.22. Web safe color of #c71cad is #cc3399. Color #c71cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011100 10101101
Octal 307 34 255
Decimal 199 28 173
Hex C7 1C AD

RGB Percentages of Color #c71cad

%49.75
%7.00
%43.25

CMYK Percentages of Color #c71cad

%0
%86
%13
%22

Triadic Colors of #c71cad

#c71cad #adc71c #1cadc7

Analogous Colors of #c71cad

#c71cad #c71c58 #8c1cc7

Monochromatic Colors of #c71cad

#c71cad

Complementary Color

#c71cad #1cc736

#c71cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71cad Color CSS Codes

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

#c71cad Text Font Color

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

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


#c71cad Background Color

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

This div background color is #c71cad


#c71cad Border Color

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

This div border color is #c71cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71cad


Comments

No comments written yet.

Please login to write comment.