Color Hex Logo

#c829a7 Color Hex

#C829A7
(200,41,167)
0 Favorites   0 Comments

Color spaces of #c829a7

RGB 20041167
HSL0.870.660.47
HSV312°80°78°
CMYK 0.000.800.17   0.22
XYZ31.587416.655338.1092
Yxy16.65530.36580.1929
Hunter Lab40.810966.7389-26.7973
CIE-Lab47.822771.2360-30.9069

#c829a7 color RGB value is (200,41,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101001 10100111
Octal 310 51 247
Decimal 200 41 167
Hex C8 29 A7

RGB Percentages of Color #c829a7

%49.02
%10.05
%40.93

CMYK Percentages of Color #c829a7

%0
%80
%17
%22

Triadic Colors of #c829a7

#c829a7 #a7c829 #29a7c8

Analogous Colors of #c829a7

#c829a7 #c82957 #9a29c8

Monochromatic Colors of #c829a7

#c829a7

Complementary Color

#c829a7 #29c84a

#c829a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c829a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c829a7 Color CSS Codes

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

#c829a7 Text Font Color

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

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


#c829a7 Background Color

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

This div background color is #c829a7


#c829a7 Border Color

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

This div border color is #c829a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c829a7


Comments

No comments written yet.

Please login to write comment.