Color Hex Logo

#c68aac Color Hex

#C68AAC
(198,138,172)
0 Favorites   0 Comments

Color spaces of #c68aac

RGB 198138172
HSL0.910.340.66
HSV326°30°78°
CMYK 0.000.300.13   0.22
XYZ39.823633.161343.3316
Yxy33.16130.34240.2851
Hunter Lab57.585822.6668-4.3038
CIE-Lab64.291328.0596-8.6776

#c68aac color RGB value is (198,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 10101100
Octal 306 212 254
Decimal 198 138 172
Hex C6 8A AC

RGB Percentages of Color #c68aac

%38.98
%27.17
%33.86

CMYK Percentages of Color #c68aac

%0
%30
%13
%22

Triadic Colors of #c68aac

#c68aac #acc68a #8aacc6

Analogous Colors of #c68aac

#c68aac #c68a8e #c28ac6

Monochromatic Colors of #c68aac

#c68aac

Complementary Color

#c68aac #8ac6a4

#c68aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68aac Color CSS Codes

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

#c68aac Text Font Color

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

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


#c68aac Background Color

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

This div background color is #c68aac


#c68aac Border Color

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

This div border color is #c68aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68aac


Comments

No comments written yet.

Please login to write comment.