Color Hex Logo

#c929aa Color Hex

#C929AA
(201,41,170)
0 Favorites   0 Comments

Color spaces of #c929aa

RGB 20141170
HSL0.870.660.47
HSV312°80°79°
CMYK 0.000.800.15   0.21
XYZ32.136016.905739.5996
Yxy16.90570.36250.1907
Hunter Lab41.116567.5587-28.3210
CIE-Lab48.141071.8577-32.1722

#c929aa color RGB value is (201,41,170).

#c929aa hex color red value is 201, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c929aa hue: 0.87 , saturation: 0.66 and the lightness value of c929aa is 0.47.

The process color (four color CMYK) of #c929aa color hex is 0.00, 0.80, 0.15, 0.21. Web safe color of #c929aa is #cc3399. Color #c929aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 10101010
Octal 311 51 252
Decimal 201 41 170
Hex C9 29 AA

RGB Percentages of Color #c929aa

%48.79
%9.95
%41.26

CMYK Percentages of Color #c929aa

%0
%80
%15
%21

Triadic Colors of #c929aa

#c929aa #aac929 #29aac9

Analogous Colors of #c929aa

#c929aa #c9295a #9829c9

Monochromatic Colors of #c929aa

#c929aa

Complementary Color

#c929aa #29c948

#c929aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c929aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c929aa Color CSS Codes

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

#c929aa Text Font Color

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

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


#c929aa Background Color

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

This div background color is #c929aa


#c929aa Border Color

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

This div border color is #c929aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c929aa


Comments

No comments written yet.

Please login to write comment.