Color Hex Logo

#c200aa Color Hex

#C200AA
(194,0,170)
0 Favorites   0 Comments

Color spaces of #c200aa

RGB 1940170
HSL0.851.000.38
HSV307°100°76°
CMYK 0.001.000.12   0.24
XYZ29.503814.371639.2492
Yxy14.37160.35490.1729
Hunter Lab37.909972.5773-34.8477
CIE-Lab44.761276.6434-37.5771

#c200aa color RGB value is (194,0,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 10101010
Octal 302 0 252
Decimal 194 0 170
Hex C2 0 AA

RGB Percentages of Color #c200aa

%53.30
%0.00
%46.70

CMYK Percentages of Color #c200aa

%0
%100
%12
%24

Triadic Colors of #c200aa

#c200aa #aac200 #00aac2

Analogous Colors of #c200aa

#c200aa #c20049 #7900c2

Monochromatic Colors of #c200aa

#c200aa

Complementary Color

#c200aa #00c218

#c200aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c200aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c200aa Color CSS Codes

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

#c200aa Text Font Color

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

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


#c200aa Background Color

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

This div background color is #c200aa


#c200aa Border Color

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

This div border color is #c200aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c200aa


Comments

No comments written yet.

Please login to write comment.