Color Hex Logo

#c69aad Color Hex

#C69AAD
(198,154,173)
0 Favorites   0 Comments

Color spaces of #c69aad

RGB 198154173
HSL0.930.280.69
HSV334°22°78°
CMYK 0.000.220.13   0.22
XYZ42.387138.134144.6617
Yxy38.13410.33860.3046
Hunter Lab61.752814.45490.3465
CIE-Lab68.119319.4211-3.5677

#c69aad color RGB value is (198,154,173).

#c69aad hex color red value is 198, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c69aad hue: 0.93 , saturation: 0.28 and the lightness value of c69aad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011010 10101101
Octal 306 232 255
Decimal 198 154 173
Hex C6 9A AD

RGB Percentages of Color #c69aad

%37.71
%29.33
%32.95

CMYK Percentages of Color #c69aad

%0
%22
%13
%22

Triadic Colors of #c69aad

#c69aad #adc69a #9aadc6

Analogous Colors of #c69aad

#c69aad #c69d9a #c69ac3

Monochromatic Colors of #c69aad

#c69aad

Complementary Color

#c69aad #9ac6b3

#c69aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69aad Color CSS Codes

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

#c69aad Text Font Color

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

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


#c69aad Background Color

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

This div background color is #c69aad


#c69aad Border Color

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

This div border color is #c69aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69aad


Comments

No comments written yet.

Please login to write comment.