Color Hex Logo

#c7829d Color Hex

#C7829D
(199,130,157)
0 Favorites   0 Comments

Color spaces of #c7829d

RGB 199130157
HSL0.930.380.65
HSV337°35°78°
CMYK 0.000.350.21   0.22
XYZ37.621630.541735.8105
Yxy30.54170.36180.2937
Hunter Lab55.264524.80180.2663
CIE-Lab62.118830.3966-3.3657

#c7829d color RGB value is (199,130,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 10011101
Octal 307 202 235
Decimal 199 130 157
Hex C7 82 9D

RGB Percentages of Color #c7829d

%40.95
%26.75
%32.30

CMYK Percentages of Color #c7829d

%0
%35
%21
%22

Triadic Colors of #c7829d

#c7829d #9dc782 #829dc7

Analogous Colors of #c7829d

#c7829d #c78a82 #c782c0

Monochromatic Colors of #c7829d

#c7829d

Complementary Color

#c7829d #82c7ac

#c7829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7829d Color CSS Codes

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

#c7829d Text Font Color

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

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


#c7829d Background Color

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

This div background color is #c7829d


#c7829d Border Color

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

This div border color is #c7829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7829d


Comments

No comments written yet.

Please login to write comment.