Color Hex Logo

#c72bcc Color Hex

#C72BCC
(199,43,204)
0 Favorites   0 Comments

Color spaces of #c72bcc

RGB 19943204
HSL0.830.650.48
HSV298°79°80°
CMYK 0.020.790.00   0.20
XYZ35.316118.229558.7840
Yxy18.22950.31440.1623
Hunter Lab42.696072.9286-51.7434
CIE-Lab49.773375.9524-49.4510

#c72bcc color RGB value is (199,43,204).

#c72bcc hex color red value is 199, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c72bcc hue: 0.83 , saturation: 0.65 and the lightness value of c72bcc is 0.48.

The process color (four color CMYK) of #c72bcc color hex is 0.02, 0.79, 0.00, 0.20. Web safe color of #c72bcc is #cc33cc. Color #c72bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101011 11001100
Octal 307 53 314
Decimal 199 43 204
Hex C7 2B CC

RGB Percentages of Color #c72bcc

%44.62
%9.64
%45.74

CMYK Percentages of Color #c72bcc

%2
%79
%0
%20

Triadic Colors of #c72bcc

#c72bcc #ccc72b #2bccc7

Analogous Colors of #c72bcc

#c72bcc #cc2b81 #772bcc

Monochromatic Colors of #c72bcc

#c72bcc

Complementary Color

#c72bcc #30cc2b

#c72bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72bcc Color CSS Codes

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

#c72bcc Text Font Color

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

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


#c72bcc Background Color

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

This div background color is #c72bcc


#c72bcc Border Color

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

This div border color is #c72bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72bcc


Comments

No comments written yet.

Please login to write comment.