Color Hex Logo

#c720cd Color Hex

#C720CD
(199,32,205)
0 Favorites   0 Comments

Color spaces of #c720cd

RGB 19932205
HSL0.830.730.46
HSV298°84°80°
CMYK 0.030.840.00   0.20
XYZ35.089117.582959.3020
Yxy17.58290.31340.1570
Hunter Lab41.932075.9897-54.4981
CIE-Lab48.986378.5730-51.2849

#c720cd color RGB value is (199,32,205).

#c720cd hex color red value is 199, green value is 32 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c720cd hue: 0.83 , saturation: 0.73 and the lightness value of c720cd is 0.46.

The process color (four color CMYK) of #c720cd color hex is 0.03, 0.84, 0.00, 0.20. Web safe color of #c720cd is #cc33cc. Color #c720cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 11001101
Octal 307 40 315
Decimal 199 32 205
Hex C7 20 CD

RGB Percentages of Color #c720cd

%45.64
%7.34
%47.02

CMYK Percentages of Color #c720cd

%3
%84
%0
%20

Triadic Colors of #c720cd

#c720cd #cdc720 #20cdc7

Analogous Colors of #c720cd

#c720cd #cd207d #7120cd

Monochromatic Colors of #c720cd

#c720cd

Complementary Color

#c720cd #26cd20

#c720cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c720cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c720cd Color CSS Codes

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

#c720cd Text Font Color

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

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


#c720cd Background Color

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

This div background color is #c720cd


#c720cd Border Color

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

This div border color is #c720cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c720cd


Comments

No comments written yet.

Please login to write comment.