Color Hex Logo

#c68aad Color Hex

#C68AAD
(198,138,173)
0 Favorites   0 Comments

Color spaces of #c68aad

RGB 198138173
HSL0.900.340.66
HSV325°30°78°
CMYK 0.000.300.13   0.22
XYZ39.920033.199943.8394
Yxy33.19990.34130.2839
Hunter Lab57.619422.8350-4.7770
CIE-Lab64.322428.2270-9.1964

#c68aad color RGB value is (198,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 10101101
Octal 306 212 255
Decimal 198 138 173
Hex C6 8A AD

RGB Percentages of Color #c68aad

%38.90
%27.11
%33.99

CMYK Percentages of Color #c68aad

%0
%30
%13
%22

Triadic Colors of #c68aad

#c68aad #adc68a #8aadc6

Analogous Colors of #c68aad

#c68aad #c68a8f #c18ac6

Monochromatic Colors of #c68aad

#c68aad

Complementary Color

#c68aad #8ac6a3

#c68aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68aad Color CSS Codes

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

#c68aad Text Font Color

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

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


#c68aad Background Color

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

This div background color is #c68aad


#c68aad Border Color

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

This div border color is #c68aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68aad


Comments

No comments written yet.

Please login to write comment.