Color Hex Logo

#c72fad Color Hex

#C72FAD
(199,47,173)
0 Favorites   0 Comments

Color spaces of #c72fad

RGB 19947173
HSL0.860.620.48
HSV310°76°78°
CMYK 0.000.760.13   0.22
XYZ32.112517.192341.1611
Yxy17.19230.35500.1900
Hunter Lab41.463665.6824-29.8329
CIE-Lab48.501470.2192-33.4031

#c72fad color RGB value is (199,47,173).

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

The process color (four color CMYK) of #c72fad color hex is 0.00, 0.76, 0.13, 0.22. Web safe color of #c72fad is #cc3399. Color #c72fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 10101101
Octal 307 57 255
Decimal 199 47 173
Hex C7 2F AD

RGB Percentages of Color #c72fad

%47.49
%11.22
%41.29

CMYK Percentages of Color #c72fad

%0
%76
%13
%22

Triadic Colors of #c72fad

#c72fad #adc72f #2fadc7

Analogous Colors of #c72fad

#c72fad #c72f61 #952fc7

Monochromatic Colors of #c72fad

#c72fad

Complementary Color

#c72fad #2fc749

#c72fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72fad Color CSS Codes

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

#c72fad Text Font Color

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

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


#c72fad Background Color

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

This div background color is #c72fad


#c72fad Border Color

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

This div border color is #c72fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72fad


Comments

No comments written yet.

Please login to write comment.