Color Hex Logo

#c20080 Color Hex

#C20080
(194,0,128)
0 Favorites   0 Comments

Color spaces of #c20080

RGB 1940128
HSL0.891.000.38
HSV320°100°76°
CMYK 0.001.000.34   0.24
XYZ26.144413.027821.5587
Yxy13.02780.43050.2145
Hunter Lab36.094066.1303-10.1476
CIE-Lab42.805171.7044-15.1812

#c20080 color RGB value is (194,0,128).

#c20080 hex color red value is 194, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c20080 hue: 0.89 , saturation: 1.00 and the lightness value of c20080 is 0.38.

The process color (four color CMYK) of #c20080 color hex is 0.00, 1.00, 0.34, 0.24. Web safe color of #c20080 is #cc0099. Color #c20080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 10000000
Octal 302 0 200
Decimal 194 0 128
Hex C2 0 80

RGB Percentages of Color #c20080

%60.25
%0.00
%39.75

CMYK Percentages of Color #c20080

%0
%100
%34
%24

Triadic Colors of #c20080

#c20080 #80c200 #0080c2

Analogous Colors of #c20080

#c20080 #c2001f #a300c2

Monochromatic Colors of #c20080

#c20080

Complementary Color

#c20080 #00c242

#c20080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20080 Color CSS Codes

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

#c20080 Text Font Color

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

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


#c20080 Background Color

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

This div background color is #c20080


#c20080 Border Color

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

This div border color is #c20080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,0,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c20080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c20080;
  -webkit-box-shadow: 1px 1px 3px 2px #c20080;
  box-shadow:         1px 1px 3px 2px #c20080; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,0,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20080


Comments

No comments written yet.

Please login to write comment.