Color Hex Logo

#c231aa Color Hex

#C231AA
(194,49,170)
0 Favorites   0 Comments

Color spaces of #c231aa

RGB 19449170
HSL0.860.600.48
HSV310°75°76°
CMYK 0.000.750.12   0.24
XYZ30.602116.568239.6153
Yxy16.56820.35260.1909
Hunter Lab40.704162.9677-29.2113
CIE-Lab47.711368.0772-32.9319

#c231aa color RGB value is (194,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 10101010
Octal 302 61 252
Decimal 194 49 170
Hex C2 31 AA

RGB Percentages of Color #c231aa

%46.97
%11.86
%41.16

CMYK Percentages of Color #c231aa

%0
%75
%12
%24

Triadic Colors of #c231aa

#c231aa #aac231 #31aac2

Analogous Colors of #c231aa

#c231aa #c23161 #9231c2

Monochromatic Colors of #c231aa

#c231aa

Complementary Color

#c231aa #31c249

#c231aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c231aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c231aa Color CSS Codes

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

#c231aa Text Font Color

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

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


#c231aa Background Color

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

This div background color is #c231aa


#c231aa Border Color

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

This div border color is #c231aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c231aa


Comments

No comments written yet.

Please login to write comment.