Color Hex Logo

#c66882 Color Hex

#C66882
(198,104,130)
0 Favorites   0 Comments

Color spaces of #c66882

RGB 198104130
HSL0.950.450.59
HSV343°47°78°
CMYK 0.000.470.34   0.22
XYZ32.268323.518123.9578
Yxy23.51810.40460.2949
Hunter Lab48.495533.90474.6563
CIE-Lab55.602040.17542.7096

#c66882 color RGB value is (198,104,130).

#c66882 hex color red value is 198, green value is 104 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c66882 hue: 0.95 , saturation: 0.45 and the lightness value of c66882 is 0.59.

The process color (four color CMYK) of #c66882 color hex is 0.00, 0.47, 0.34, 0.22. Web safe color of #c66882 is #cc6699. Color #c66882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 10000010
Octal 306 150 202
Decimal 198 104 130
Hex C6 68 82

RGB Percentages of Color #c66882

%45.83
%24.07
%30.09

CMYK Percentages of Color #c66882

%0
%47
%34
%22

Triadic Colors of #c66882

#c66882 #82c668 #6882c6

Analogous Colors of #c66882

#c66882 #c67d68 #c668b1

Monochromatic Colors of #c66882

#c66882

Complementary Color

#c66882 #68c6ac

#c66882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66882 Color CSS Codes

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

#c66882 Text Font Color

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

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


#c66882 Background Color

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

This div background color is #c66882


#c66882 Border Color

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

This div border color is #c66882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66882


Comments

No comments written yet.

Please login to write comment.