Color Hex Logo

#c71caa Color Hex

#C71CAA
(199,28,170)
0 Favorites   0 Comments

Color spaces of #c71caa

RGB 19928170
HSL0.860.750.45
HSV310°86°78°
CMYK 0.000.860.15   0.22
XYZ31.224115.874939.4487
Yxy15.87490.36080.1834
Hunter Lab39.843370.1597-30.8125
CIE-Lab46.809974.2687-34.2856

#c71caa color RGB value is (199,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011100 10101010
Octal 307 34 252
Decimal 199 28 170
Hex C7 1C AA

RGB Percentages of Color #c71caa

%50.13
%7.05
%42.82

CMYK Percentages of Color #c71caa

%0
%86
%15
%22

Triadic Colors of #c71caa

#c71caa #aac71c #1caac7

Analogous Colors of #c71caa

#c71caa #c71c54 #8f1cc7

Monochromatic Colors of #c71caa

#c71caa

Complementary Color

#c71caa #1cc739

#c71caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71caa Color CSS Codes

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

#c71caa Text Font Color

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

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


#c71caa Background Color

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

This div background color is #c71caa


#c71caa Border Color

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

This div border color is #c71caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,28,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71caa


Comments

No comments written yet.

Please login to write comment.