color codes Logo

#c72cad color codes

#C72CAD
(199,44,173)
0 Favorites   0 Comments

Color spaces of #c72cad

RGB 19944173
HSL0.860.640.48
HSV310°78°78°
CMYK 0.000.780.13   0.22
XYZ31.996716.960641.1225
Yxy16.96060.35520.1883
Hunter Lab41.183266.6122-30.3743
CIE-Lab48.210471.0547-33.8597

#c72cad color RGB value is (199,44,173).

#c72cad hex color red value is 199, green value is 44 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c72cad hue: 0.86 , saturation: 0.64 and the lightness value of c72cad is 0.48.

The process color (four color CMYK) of #c72cad color code is 0.00, 0.78, 0.13, 0.22. Web safe color of #c72cad is #cc3399. Color #c72cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101100 10101101
Octal 307 54 255
Decimal 199 44 173
Hex C7 2C AD

RGB Percentages of Color #c72cad

%47.84
%10.58
%41.59

CMYK Percentages of Color #c72cad

%0
%78
%13
%22

Triadic Colors of #c72cad

#c72cad #adc72c #2cadc7

Analogous Colors of #c72cad

#c72cad #c72c5f #942cc7

Monochromatic Colors of #c72cad

#c72cad

Complementary Color

#c72cad #2cc746

#c72cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72cad Color CSS Codes

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

#c72cad Text Font Color

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

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


#c72cad Background Color

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

This div background color is #c72cad


#c72cad Border Color

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

This div border color is #c72cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72cad


Comments

No comments written yet.

Please login to write comment.