Color Hex Logo

#c72fcb Color Hex

#C72FCB
(199,47,203)
0 Favorites   0 Comments

Color spaces of #c72fcb

RGB 19947203
HSL0.830.620.49
HSV298°77°80°
CMYK 0.020.770.00   0.20
XYZ35.349218.486958.2051
Yxy18.48690.31550.1650
Hunter Lab42.996471.5089-50.1646
CIE-Lab50.081474.7365-48.3834

#c72fcb color RGB value is (199,47,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 11001011
Octal 307 57 313
Decimal 199 47 203
Hex C7 2F CB

RGB Percentages of Color #c72fcb

%44.32
%10.47
%45.21

CMYK Percentages of Color #c72fcb

%2
%77
%0
%20

Triadic Colors of #c72fcb

#c72fcb #cbc72f #2fcbc7

Analogous Colors of #c72fcb

#c72fcb #cb2f81 #792fcb

Monochromatic Colors of #c72fcb

#c72fcb

Complementary Color

#c72fcb #33cb2f

#c72fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72fcb Color CSS Codes

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

#c72fcb Text Font Color

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

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


#c72fcb Background Color

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

This div background color is #c72fcb


#c72fcb Border Color

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

This div border color is #c72fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72fcb


Comments

No comments written yet.

Please login to write comment.