Color Hex Logo

#c71ccc Color Hex

#C71CCC
(199,28,204)
0 Favorites   0 Comments

Color spaces of #c71ccc

RGB 19928204
HSL0.830.760.45
HSV298°86°80°
CMYK 0.020.860.00   0.20
XYZ34.867517.332358.6345
Yxy17.33230.31460.1564
Hunter Lab41.632176.6403-54.3614
CIE-Lab48.676079.1535-51.2046

#c71ccc color RGB value is (199,28,204).

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

The process color (four color CMYK) of #c71ccc color hex is 0.02, 0.86, 0.00, 0.20. Web safe color of #c71ccc is #cc33cc. Color #c71ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011100 11001100
Octal 307 34 314
Decimal 199 28 204
Hex C7 1C CC

RGB Percentages of Color #c71ccc

%46.17
%6.50
%47.33

CMYK Percentages of Color #c71ccc

%2
%86
%0
%20

Triadic Colors of #c71ccc

#c71ccc #ccc71c #1cccc7

Analogous Colors of #c71ccc

#c71ccc #cc1c79 #6f1ccc

Monochromatic Colors of #c71ccc

#c71ccc

Complementary Color

#c71ccc #21cc1c

#c71ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71ccc Color CSS Codes

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

#c71ccc Text Font Color

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

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


#c71ccc Background Color

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

This div background color is #c71ccc


#c71ccc Border Color

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

This div border color is #c71ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71ccc


Comments

No comments written yet.

Please login to write comment.