Color Hex Logo

#c68dac Color Hex

#C68DAC
(198,141,172)
0 Favorites   0 Comments

Color spaces of #c68dac

RGB 198141172
HSL0.910.330.66
HSV327°29°78°
CMYK 0.000.290.13   0.22
XYZ40.260034.034143.4770
Yxy34.03410.34180.2890
Hunter Lab58.338821.0913-3.3488
CIE-Lab64.989626.4112-7.6380

#c68dac color RGB value is (198,141,172).

#c68dac hex color red value is 198, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c68dac hue: 0.91 , saturation: 0.33 and the lightness value of c68dac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 10101100
Octal 306 215 254
Decimal 198 141 172
Hex C6 8D AC

RGB Percentages of Color #c68dac

%38.75
%27.59
%33.66

CMYK Percentages of Color #c68dac

%0
%29
%13
%22

Triadic Colors of #c68dac

#c68dac #acc68d #8dacc6

Analogous Colors of #c68dac

#c68dac #c68d90 #c48dc6

Monochromatic Colors of #c68dac

#c68dac

Complementary Color

#c68dac #8dc6a7

#c68dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68dac Color CSS Codes

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

#c68dac Text Font Color

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

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


#c68dac Background Color

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

This div background color is #c68dac


#c68dac Border Color

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

This div border color is #c68dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68dac


Comments

No comments written yet.

Please login to write comment.