Color Hex Logo

#c72ac3 Color Hex

#C72AC3
(199,42,195)
0 Favorites   0 Comments

Color spaces of #c72ac3

RGB 19942195
HSL0.840.650.47
HSV302°79°78°
CMYK 0.000.790.02   0.22
XYZ34.231517.738253.2494
Yxy17.73820.32530.1686
Hunter Lab42.116771.3763-45.4803
CIE-Lab49.177074.8044-45.1987

#c72ac3 color RGB value is (199,42,195).

#c72ac3 hex color red value is 199, green value is 42 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c72ac3 hue: 0.84 , saturation: 0.65 and the lightness value of c72ac3 is 0.47.

The process color (four color CMYK) of #c72ac3 color hex is 0.00, 0.79, 0.02, 0.22. Web safe color of #c72ac3 is #cc33cc. Color #c72ac3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 11000011
Octal 307 52 303
Decimal 199 42 195
Hex C7 2A C3

RGB Percentages of Color #c72ac3

%45.64
%9.63
%44.72

CMYK Percentages of Color #c72ac3

%0
%79
%2
%22

Triadic Colors of #c72ac3

#c72ac3 #c3c72a #2ac3c7

Analogous Colors of #c72ac3

#c72ac3 #c72a75 #7d2ac7

Monochromatic Colors of #c72ac3

#c72ac3

Complementary Color

#c72ac3 #2ac72e

#c72ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72ac3 Color CSS Codes

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

#c72ac3 Text Font Color

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

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


#c72ac3 Background Color

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

This div background color is #c72ac3


#c72ac3 Border Color

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

This div border color is #c72ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72ac3


Comments

No comments written yet.

Please login to write comment.