Color Hex Logo

#c683ac Color Hex

#C683AC
(198,131,172)
0 Favorites   0 Comments

Color spaces of #c683ac

RGB 198131172
HSL0.900.370.65
HSV323°34°78°
CMYK 0.000.340.13   0.22
XYZ38.851431.216943.0075
Yxy31.21690.34360.2761
Hunter Lab55.872126.3462-6.5280
CIE-Lab62.690331.8907-11.0703

#c683ac color RGB value is (198,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 10101100
Octal 306 203 254
Decimal 198 131 172
Hex C6 83 AC

RGB Percentages of Color #c683ac

%39.52
%26.15
%34.33

CMYK Percentages of Color #c683ac

%0
%34
%13
%22

Triadic Colors of #c683ac

#c683ac #acc683 #83acc6

Analogous Colors of #c683ac

#c683ac #c6838b #bf83c6

Monochromatic Colors of #c683ac

#c683ac

Complementary Color

#c683ac #83c69d

#c683ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c683ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c683ac Color CSS Codes

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

#c683ac Text Font Color

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

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


#c683ac Background Color

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

This div background color is #c683ac


#c683ac Border Color

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

This div border color is #c683ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c683ac


Comments

No comments written yet.

Please login to write comment.