Color Hex Logo

#c829ad Color Hex

#C829AD
(200,41,173)
0 Favorites   0 Comments

Color spaces of #c829ad

RGB 20041173
HSL0.860.660.47
HSV310°80°78°
CMYK 0.000.800.14   0.22
XYZ32.155216.882441.0990
Yxy16.88240.35670.1873
Hunter Lab41.088267.7879-30.5438
CIE-Lab48.111572.0541-34.0026

#c829ad color RGB value is (200,41,173).

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

The process color (four color CMYK) of #c829ad color hex is 0.00, 0.80, 0.14, 0.22. Web safe color of #c829ad is #cc3399. Color #c829ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101001 10101101
Octal 310 51 255
Decimal 200 41 173
Hex C8 29 AD

RGB Percentages of Color #c829ad

%48.31
%9.90
%41.79

CMYK Percentages of Color #c829ad

%0
%80
%14
%22

Triadic Colors of #c829ad

#c829ad #adc829 #29adc8

Analogous Colors of #c829ad

#c829ad #c8295e #9429c8

Monochromatic Colors of #c829ad

#c829ad

Complementary Color

#c829ad #29c844

#c829ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c829ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c829ad Color CSS Codes

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

#c829ad Text Font Color

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

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


#c829ad Background Color

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

This div background color is #c829ad


#c829ad Border Color

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

This div border color is #c829ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c829ad


Comments

No comments written yet.

Please login to write comment.