Color Hex Logo

#c72abe Color Hex

#C72ABE
(199,42,190)
0 Favorites   0 Comments

Color spaces of #c72abe

RGB 19942190
HSL0.840.650.47
HSV303°79°78°
CMYK 0.000.790.05   0.22
XYZ33.675417.515750.3212
Yxy17.51570.33170.1725
Hunter Lab41.851870.3868-41.9921
CIE-Lab48.903474.0471-42.7276

#c72abe color RGB value is (199,42,190).

#c72abe hex color red value is 199, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c72abe hue: 0.84 , saturation: 0.65 and the lightness value of c72abe is 0.47.

The process color (four color CMYK) of #c72abe color hex is 0.00, 0.79, 0.05, 0.22. Web safe color of #c72abe is #cc33cc. Color #c72abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101010 10111110
Octal 307 52 276
Decimal 199 42 190
Hex C7 2A BE

RGB Percentages of Color #c72abe

%46.17
%9.74
%44.08

CMYK Percentages of Color #c72abe

%0
%79
%5
%22

Triadic Colors of #c72abe

#c72abe #bec72a #2abec7

Analogous Colors of #c72abe

#c72abe #c72a70 #822ac7

Monochromatic Colors of #c72abe

#c72abe

Complementary Color

#c72abe #2ac733

#c72abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72abe Color CSS Codes

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

#c72abe Text Font Color

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

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


#c72abe Background Color

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

This div background color is #c72abe


#c72abe Border Color

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

This div border color is #c72abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72abe


Comments

No comments written yet.

Please login to write comment.