Color Hex Logo

#c688ac Color Hex

#C688AC
(198,136,172)
0 Favorites   0 Comments

Color spaces of #c688ac

RGB 198136172
HSL0.900.350.65
HSV325°31°78°
CMYK 0.000.310.13   0.22
XYZ39.539332.592643.2368
Yxy32.59260.34270.2825
Hunter Lab57.089923.7180-4.9401
CIE-Lab63.829729.1569-9.3662

#c688ac color RGB value is (198,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 10101100
Octal 306 210 254
Decimal 198 136 172
Hex C6 88 AC

RGB Percentages of Color #c688ac

%39.13
%26.88
%33.99

CMYK Percentages of Color #c688ac

%0
%31
%13
%22

Triadic Colors of #c688ac

#c688ac #acc688 #88acc6

Analogous Colors of #c688ac

#c688ac #c6888d #c188c6

Monochromatic Colors of #c688ac

#c688ac

Complementary Color

#c688ac #88c6a2

#c688ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688ac Color CSS Codes

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

#c688ac Text Font Color

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

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


#c688ac Background Color

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

This div background color is #c688ac


#c688ac Border Color

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

This div border color is #c688ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688ac


Comments

No comments written yet.

Please login to write comment.