Color Hex Logo

#c72ace Color Hex

#C72ACE
(199,42,206)
0 Favorites   0 Comments

Color spaces of #c72ace

RGB 19942206
HSL0.830.660.49
HSV297°80°81°
CMYK 0.030.800.00   0.19
XYZ35.521718.254360.0437
Yxy18.25430.31210.1604
Hunter Lab42.725173.6364-53.4157
CIE-Lab49.803176.5201-50.5547

#c72ace color RGB value is (199,42,206).

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

The process color (four color CMYK) of #c72ace color hex is 0.03, 0.80, 0.00, 0.19. Web safe color of #c72ace is #cc33cc. Color #c72ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 11001110
Octal 307 52 316
Decimal 199 42 206
Hex C7 2A CE

RGB Percentages of Color #c72ace

%44.52
%9.40
%46.09

CMYK Percentages of Color #c72ace

%3
%80
%0
%19

Triadic Colors of #c72ace

#c72ace #cec72a #2acec7

Analogous Colors of #c72ace

#c72ace #ce2a83 #752ace

Monochromatic Colors of #c72ace

#c72ace

Complementary Color

#c72ace #31ce2a

#c72ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72ace Color CSS Codes

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

#c72ace Text Font Color

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

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


#c72ace Background Color

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

This div background color is #c72ace


#c72ace Border Color

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

This div border color is #c72ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72ace


Comments

No comments written yet.

Please login to write comment.