Color Hex Logo

#c6829d Color Hex

#C6829D
(198,130,157)
0 Favorites   0 Comments

Color spaces of #c6829d

RGB 198130157
HSL0.930.370.64
HSV336°34°78°
CMYK 0.000.340.21   0.22
XYZ37.357130.405435.7982
Yxy30.40540.36070.2936
Hunter Lab55.141124.43360.1070
CIE-Lab62.002430.0359-3.5505

#c6829d color RGB value is (198,130,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 10011101
Octal 306 202 235
Decimal 198 130 157
Hex C6 82 9D

RGB Percentages of Color #c6829d

%40.82
%26.80
%32.37

CMYK Percentages of Color #c6829d

%0
%34
%21
%22

Triadic Colors of #c6829d

#c6829d #9dc682 #829dc6

Analogous Colors of #c6829d

#c6829d #c68982 #c682bf

Monochromatic Colors of #c6829d

#c6829d

Complementary Color

#c6829d #82c6ab

#c6829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6829d Color CSS Codes

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

#c6829d Text Font Color

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

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


#c6829d Background Color

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

This div background color is #c6829d


#c6829d Border Color

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

This div border color is #c6829d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,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 #c6829d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6829d


Comments

No comments written yet.

Please login to write comment.