Color Hex Logo

#c688ad Color Hex

#C688AD
(198,136,173)
0 Favorites   0 Comments

Color spaces of #c688ad

RGB 198136173
HSL0.900.350.65
HSV324°31°78°
CMYK 0.000.310.13   0.22
XYZ39.635732.631243.7446
Yxy32.63120.34170.2813
Hunter Lab57.123723.8870-5.4169
CIE-Lab63.861229.3242-9.8851

#c688ad color RGB value is (198,136,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 10101101
Octal 306 210 255
Decimal 198 136 173
Hex C6 88 AD

RGB Percentages of Color #c688ad

%39.05
%26.82
%34.12

CMYK Percentages of Color #c688ad

%0
%31
%13
%22

Triadic Colors of #c688ad

#c688ad #adc688 #88adc6

Analogous Colors of #c688ad

#c688ad #c6888e #c088c6

Monochromatic Colors of #c688ad

#c688ad

Complementary Color

#c688ad #88c6a1

#c688ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688ad Color CSS Codes

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

#c688ad Text Font Color

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

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


#c688ad Background Color

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

This div background color is #c688ad


#c688ad Border Color

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

This div border color is #c688ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688ad


Comments

No comments written yet.

Please login to write comment.