Color Hex Logo

#c220c0 Color Hex

#C220C0
(194,32,192)
0 Favorites   0 Comments

Color spaces of #c220c0

RGB 19432192
HSL0.840.720.44
HSV301°84°76°
CMYK 0.000.840.01   0.24
XYZ32.279116.308151.3157
Yxy16.30810.32310.1632
Hunter Lab40.383372.0076-47.0725
CIE-Lab47.376175.6708-46.3728

#c220c0 color RGB value is (194,32,192).

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

The process color (four color CMYK) of #c220c0 color hex is 0.00, 0.84, 0.01, 0.24. Web safe color of #c220c0 is #cc33cc. Color #c220c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100000 11000000
Octal 302 40 300
Decimal 194 32 192
Hex C2 20 C0

RGB Percentages of Color #c220c0

%46.41
%7.66
%45.93

CMYK Percentages of Color #c220c0

%0
%84
%1
%24

Triadic Colors of #c220c0

#c220c0 #c0c220 #20c0c2

Analogous Colors of #c220c0

#c220c0 #c2206f #7320c2

Monochromatic Colors of #c220c0

#c220c0

Complementary Color

#c220c0 #20c222

#c220c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c220c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c220c0 Color CSS Codes

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

#c220c0 Text Font Color

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

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


#c220c0 Background Color

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

This div background color is #c220c0


#c220c0 Border Color

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

This div border color is #c220c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c220c0


Comments

No comments written yet.

Please login to write comment.