Color Hex Logo

#c7829c Color Hex

#C7829C
(199,130,156)
0 Favorites   0 Comments

Color spaces of #c7829c

RGB 199130156
HSL0.940.380.65
HSV337°35°78°
CMYK 0.000.350.22   0.22
XYZ37.536630.507735.3627
Yxy30.50770.36300.2950
Hunter Lab55.233824.64860.7040
CIE-Lab62.089830.2449-2.8378

#c7829c color RGB value is (199,130,156).

#c7829c hex color red value is 199, green value is 130 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c7829c hue: 0.94 , saturation: 0.38 and the lightness value of c7829c is 0.65.

The process color (four color CMYK) of #c7829c color hex is 0.00, 0.35, 0.22, 0.22. Web safe color of #c7829c is #cc9999. Color #c7829c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 10011100
Octal 307 202 234
Decimal 199 130 156
Hex C7 82 9C

RGB Percentages of Color #c7829c

%41.03
%26.80
%32.16

CMYK Percentages of Color #c7829c

%0
%35
%22
%22

Triadic Colors of #c7829c

#c7829c #9cc782 #829cc7

Analogous Colors of #c7829c

#c7829c #c78b82 #c782bf

Monochromatic Colors of #c7829c

#c7829c

Complementary Color

#c7829c #82c7ad

#c7829c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7829c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7829c Color CSS Codes

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

#c7829c Text Font Color

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

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


#c7829c Background Color

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

This div background color is #c7829c


#c7829c Border Color

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

This div border color is #c7829c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,130,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7829c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7829c;
  -webkit-box-shadow: 1px 1px 3px 2px #c7829c;
  box-shadow:         1px 1px 3px 2px #c7829c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,130,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7829c


Comments

No comments written yet.

Please login to write comment.