Color Hex Logo

#c227aa Color Hex

#C227AA
(194,39,170)
0 Favorites   0 Comments

Color spaces of #c227aa

RGB 19439170
HSL0.860.670.46
HSV309°80°76°
CMYK 0.000.800.12   0.24
XYZ30.229415.822739.4910
Yxy15.82270.35340.1850
Hunter Lab39.777866.0413-31.0181
CIE-Lab46.741070.8626-34.4553

#c227aa color RGB value is (194,39,170).

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

The process color (four color CMYK) of #c227aa color hex is 0.00, 0.80, 0.12, 0.24. Web safe color of #c227aa is #cc3399. Color #c227aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100111 10101010
Octal 302 47 252
Decimal 194 39 170
Hex C2 27 AA

RGB Percentages of Color #c227aa

%48.14
%9.68
%42.18

CMYK Percentages of Color #c227aa

%0
%80
%12
%24

Triadic Colors of #c227aa

#c227aa #aac227 #27aac2

Analogous Colors of #c227aa

#c227aa #c2275d #8d27c2

Monochromatic Colors of #c227aa

#c227aa

Complementary Color

#c227aa #27c23f

#c227aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c227aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c227aa Color CSS Codes

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

#c227aa Text Font Color

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

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


#c227aa Background Color

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

This div background color is #c227aa


#c227aa Border Color

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

This div border color is #c227aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c227aa


Comments

No comments written yet.

Please login to write comment.