Color Hex Logo

#c682ac Color Hex

#C682AC
(198,130,172)
0 Favorites   0 Comments

Color spaces of #c682ac

RGB 198130172
HSL0.900.370.64
HSV323°34°78°
CMYK 0.000.340.13   0.22
XYZ38.717730.949642.9629
Yxy30.94960.34380.2748
Hunter Lab55.632426.8716-6.8449
CIE-Lab62.465132.4354-11.4079

#c682ac color RGB value is (198,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 10101100
Octal 306 202 254
Decimal 198 130 172
Hex C6 82 AC

RGB Percentages of Color #c682ac

%39.60
%26.00
%34.40

CMYK Percentages of Color #c682ac

%0
%34
%13
%22

Triadic Colors of #c682ac

#c682ac #acc682 #82acc6

Analogous Colors of #c682ac

#c682ac #c6828a #be82c6

Monochromatic Colors of #c682ac

#c682ac

Complementary Color

#c682ac #82c69c

#c682ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682ac Color CSS Codes

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

#c682ac Text Font Color

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

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


#c682ac Background Color

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

This div background color is #c682ac


#c682ac Border Color

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

This div border color is #c682ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682ac


Comments

No comments written yet.

Please login to write comment.