Color Hex Logo

#c218aa Color Hex

#C218AA
(194,24,170)
0 Favorites   0 Comments

Color spaces of #c218aa

RGB 19424170
HSL0.860.780.43
HSV308°88°76°
CMYK 0.000.880.12   0.24
XYZ29.830515.024939.3581
Yxy15.02490.35420.1784
Hunter Lab38.762069.5369-33.0685
CIE-Lab45.668373.9785-36.1447

#c218aa color RGB value is (194,24,170).

#c218aa hex color red value is 194, green value is 24 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c218aa hue: 0.86 , saturation: 0.78 and the lightness value of c218aa is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 10101010
Octal 302 30 252
Decimal 194 24 170
Hex C2 18 AA

RGB Percentages of Color #c218aa

%50.00
%6.19
%43.81

CMYK Percentages of Color #c218aa

%0
%88
%12
%24

Triadic Colors of #c218aa

#c218aa #aac218 #18aac2

Analogous Colors of #c218aa

#c218aa #c21855 #8518c2

Monochromatic Colors of #c218aa

#c218aa

Complementary Color

#c218aa #18c230

#c218aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c218aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c218aa Color CSS Codes

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

#c218aa Text Font Color

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

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


#c218aa Background Color

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

This div background color is #c218aa


#c218aa Border Color

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

This div border color is #c218aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c218aa


Comments

No comments written yet.

Please login to write comment.