Color Hex Logo

#c72ddc Color Hex

#C72DDC
(199,45,220)
0 Favorites   0 Comments

Color spaces of #c72ddc

RGB 19945220
HSL0.810.710.52
HSV293°80°86°
CMYK 0.100.800.00   0.14
XYZ37.409819.186269.4417
Yxy19.18620.29680.1522
Hunter Lab43.802175.7970-63.3341
CIE-Lab50.904378.0447-56.8015

#c72ddc color RGB value is (199,45,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101101 11011100
Octal 307 55 334
Decimal 199 45 220
Hex C7 2D DC

RGB Percentages of Color #c72ddc

%42.89
%9.70
%47.41

CMYK Percentages of Color #c72ddc

%10
%80
%0
%14

Triadic Colors of #c72ddc

#c72ddc #dcc72d #2ddcc7

Analogous Colors of #c72ddc

#c72ddc #dc2d9a #702ddc

Monochromatic Colors of #c72ddc

#c72ddc

Complementary Color

#c72ddc #42dc2d

#c72ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72ddc Color CSS Codes

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

#c72ddc Text Font Color

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

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


#c72ddc Background Color

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

This div background color is #c72ddc


#c72ddc Border Color

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

This div border color is #c72ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72ddc


Comments

No comments written yet.

Please login to write comment.