Color Hex Logo

#c72cdb Color Hex

#C72CDB
(199,44,219)
0 Favorites   0 Comments

Color spaces of #c72cdb

RGB 19944219
HSL0.810.710.52
HSV293°80°86°
CMYK 0.090.800.00   0.14
XYZ37.240119.058068.7336
Yxy19.05800.29780.1524
Hunter Lab43.655575.8715-62.7906
CIE-Lab50.755078.1335-56.4719

#c72cdb color RGB value is (199,44,219).

#c72cdb hex color red value is 199, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c72cdb hue: 0.81 , saturation: 0.71 and the lightness value of c72cdb is 0.52.

The process color (four color CMYK) of #c72cdb color hex is 0.09, 0.80, 0.00, 0.14. Web safe color of #c72cdb is #cc33cc. Color #c72cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101100 11011011
Octal 307 54 333
Decimal 199 44 219
Hex C7 2C DB

RGB Percentages of Color #c72cdb

%43.07
%9.52
%47.40

CMYK Percentages of Color #c72cdb

%9
%80
%0
%14

Triadic Colors of #c72cdb

#c72cdb #dbc72c #2cdbc7

Analogous Colors of #c72cdb

#c72cdb #db2c98 #702cdb

Monochromatic Colors of #c72cdb

#c72cdb

Complementary Color

#c72cdb #40db2c

#c72cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72cdb Color CSS Codes

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

#c72cdb Text Font Color

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

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


#c72cdb Background Color

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

This div background color is #c72cdb


#c72cdb Border Color

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

This div border color is #c72cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72cdb


Comments

No comments written yet.

Please login to write comment.