Color Hex Logo

#c72baf Color Hex

#C72BAF
(199,43,175)
0 Favorites   0 Comments

Color spaces of #c72baf

RGB 19943175
HSL0.860.640.47
HSV309°78°78°
CMYK 0.000.780.12   0.22
XYZ32.154916.965042.1373
Yxy16.96500.35240.1859
Hunter Lab41.188667.2704-31.8236
CIE-Lab48.215971.6031-35.0297

#c72baf color RGB value is (199,43,175).

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

The process color (four color CMYK) of #c72baf color hex is 0.00, 0.78, 0.12, 0.22. Web safe color of #c72baf is #cc3399. Color #c72baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101011 10101111
Octal 307 53 257
Decimal 199 43 175
Hex C7 2B AF

RGB Percentages of Color #c72baf

%47.72
%10.31
%41.97

CMYK Percentages of Color #c72baf

%0
%78
%12
%22

Triadic Colors of #c72baf

#c72baf #afc72b #2bafc7

Analogous Colors of #c72baf

#c72baf #c72b61 #912bc7

Monochromatic Colors of #c72baf

#c72baf

Complementary Color

#c72baf #2bc743

#c72baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72baf Color CSS Codes

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

#c72baf Text Font Color

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

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


#c72baf Background Color

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

This div background color is #c72baf


#c72baf Border Color

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

This div border color is #c72baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72baf


Comments

No comments written yet.

Please login to write comment.