Color Hex Logo

#c6829f Color Hex

#C6829F
(198,130,159)
0 Favorites   0 Comments

Color spaces of #c6829f

RGB 198130159
HSL0.930.370.64
HSV334°34°78°
CMYK 0.000.340.20   0.22
XYZ37.529330.474236.7050
Yxy30.47420.35840.2910
Hunter Lab55.203424.7447-0.7798
CIE-Lab62.061230.3444-4.6050

#c6829f color RGB value is (198,130,159).

#c6829f hex color red value is 198, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c6829f hue: 0.93 , saturation: 0.37 and the lightness value of c6829f is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 10011111
Octal 306 202 237
Decimal 198 130 159
Hex C6 82 9F

RGB Percentages of Color #c6829f

%40.66
%26.69
%32.65

CMYK Percentages of Color #c6829f

%0
%34
%20
%22

Triadic Colors of #c6829f

#c6829f #9fc682 #829fc6

Analogous Colors of #c6829f

#c6829f #c68782 #c682c1

Monochromatic Colors of #c6829f

#c6829f

Complementary Color

#c6829f #82c6a9

#c6829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6829f Color CSS Codes

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

#c6829f Text Font Color

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

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


#c6829f Background Color

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

This div background color is #c6829f


#c6829f Border Color

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

This div border color is #c6829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6829f


Comments

No comments written yet.

Please login to write comment.