Color Hex Logo

#c72aca Color Hex

#C72ACA
(199,42,202)
0 Favorites   0 Comments

Color spaces of #c72aca

RGB 19942202
HSL0.830.660.48
HSV299°79°79°
CMYK 0.010.790.00   0.21
XYZ35.041818.062357.5166
Yxy18.06230.31680.1633
Hunter Lab42.499872.8018-50.4896
CIE-Lab49.571675.8888-48.6199

#c72aca color RGB value is (199,42,202).

#c72aca hex color red value is 199, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c72aca hue: 0.83 , saturation: 0.66 and the lightness value of c72aca is 0.48.

The process color (four color CMYK) of #c72aca color hex is 0.01, 0.79, 0.00, 0.21. Web safe color of #c72aca is #cc33cc. Color #c72aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 11001010
Octal 307 52 312
Decimal 199 42 202
Hex C7 2A CA

RGB Percentages of Color #c72aca

%44.92
%9.48
%45.60

CMYK Percentages of Color #c72aca

%1
%79
%0
%21

Triadic Colors of #c72aca

#c72aca #cac72a #2acac7

Analogous Colors of #c72aca

#c72aca #ca2a7d #772aca

Monochromatic Colors of #c72aca

#c72aca

Complementary Color

#c72aca #2dca2a

#c72aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72aca Color CSS Codes

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

#c72aca Text Font Color

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

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


#c72aca Background Color

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

This div background color is #c72aca


#c72aca Border Color

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

This div border color is #c72aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72aca


Comments

No comments written yet.

Please login to write comment.