Color Hex Logo

#c72bbd Color Hex

#C72BBD
(199,43,189)
0 Favorites   0 Comments

Color spaces of #c72bbd

RGB 19943189
HSL0.840.640.47
HSV304°78°78°
CMYK 0.000.780.05   0.22
XYZ33.602417.544049.7594
Yxy17.54400.33300.1739
Hunter Lab41.885669.9007-41.1157
CIE-Lab48.938373.6407-42.0898

#c72bbd color RGB value is (199,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101011 10111101
Octal 307 53 275
Decimal 199 43 189
Hex C7 2B BD

RGB Percentages of Color #c72bbd

%46.17
%9.98
%43.85

CMYK Percentages of Color #c72bbd

%0
%78
%5
%22

Triadic Colors of #c72bbd

#c72bbd #bdc72b #2bbdc7

Analogous Colors of #c72bbd

#c72bbd #c72b6f #832bc7

Monochromatic Colors of #c72bbd

#c72bbd

Complementary Color

#c72bbd #2bc735

#c72bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72bbd Color CSS Codes

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

#c72bbd Text Font Color

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

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


#c72bbd Background Color

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

This div background color is #c72bbd


#c72bbd Border Color

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

This div border color is #c72bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72bbd


Comments

No comments written yet.

Please login to write comment.