Color Hex Logo

#c720bd Color Hex

#C720BD
(199,32,189)
0 Favorites   0 Comments

Color spaces of #c720bd

RGB 19932189
HSL0.840.720.45
HSV304°84°78°
CMYK 0.000.840.05   0.22
XYZ33.255016.849349.6436
Yxy16.84930.33340.1689
Hunter Lab41.047972.7781-42.9722
CIE-Lab48.069676.1625-43.4680

#c720bd color RGB value is (199,32,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 10111101
Octal 307 40 275
Decimal 199 32 189
Hex C7 20 BD

RGB Percentages of Color #c720bd

%47.38
%7.62
%45.00

CMYK Percentages of Color #c720bd

%0
%84
%5
%22

Triadic Colors of #c720bd

#c720bd #bdc720 #20bdc7

Analogous Colors of #c720bd

#c720bd #c7206a #7e20c7

Monochromatic Colors of #c720bd

#c720bd

Complementary Color

#c720bd #20c72a

#c720bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c720bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c720bd Color CSS Codes

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

#c720bd Text Font Color

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

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


#c720bd Background Color

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

This div background color is #c720bd


#c720bd Border Color

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

This div border color is #c720bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,32,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 #c720bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c720bd


Comments

No comments written yet.

Please login to write comment.