Color Hex Logo

#c712cc Color Hex

#C712CC
(199,18,204)
0 Favorites   0 Comments

Color spaces of #c712cc

RGB 19918204
HSL0.830.840.44
HSV298°91°80°
CMYK 0.020.910.00   0.20
XYZ34.668616.934458.5682
Yxy16.93440.31470.1537
Hunter Lab41.151478.3648-55.5777
CIE-Lab48.177380.6214-52.0032

#c712cc color RGB value is (199,18,204).

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

The process color (four color CMYK) of #c712cc color hex is 0.02, 0.91, 0.00, 0.20. Web safe color of #c712cc is #cc00cc. Color #c712cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 11001100
Octal 307 22 314
Decimal 199 18 204
Hex C7 12 CC

RGB Percentages of Color #c712cc

%47.27
%4.28
%48.46

CMYK Percentages of Color #c712cc

%2
%91
%0
%20

Triadic Colors of #c712cc

#c712cc #ccc712 #12ccc7

Analogous Colors of #c712cc

#c712cc #cc1274 #6a12cc

Monochromatic Colors of #c712cc

#c712cc

Complementary Color

#c712cc #17cc12

#c712cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c712cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c712cc Color CSS Codes

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

#c712cc Text Font Color

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

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


#c712cc Background Color

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

This div background color is #c712cc


#c712cc Border Color

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

This div border color is #c712cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c712cc


Comments

No comments written yet.

Please login to write comment.