Color Hex Logo

#c929ae Color Hex

#C929AE
(201,41,174)
0 Favorites   0 Comments

Color spaces of #c929ae

RGB 20141174
HSL0.860.660.47
HSV310°80°79°
CMYK 0.000.800.13   0.21
XYZ32.520317.059441.6232
Yxy17.05940.35660.1870
Hunter Lab41.303068.2632-30.8375
CIE-Lab48.334872.4054-34.2295

#c929ae color RGB value is (201,41,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 10101110
Octal 311 51 256
Decimal 201 41 174
Hex C9 29 AE

RGB Percentages of Color #c929ae

%48.32
%9.86
%41.83

CMYK Percentages of Color #c929ae

%0
%80
%13
%21

Triadic Colors of #c929ae

#c929ae #aec929 #29aec9

Analogous Colors of #c929ae

#c929ae #c9295e #9429c9

Monochromatic Colors of #c929ae

#c929ae

Complementary Color

#c929ae #29c944

#c929ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c929ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c929ae Color CSS Codes

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

#c929ae Text Font Color

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

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


#c929ae Background Color

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

This div background color is #c929ae


#c929ae Border Color

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

This div border color is #c929ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,41,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c929ae


Comments

No comments written yet.

Please login to write comment.