Color Hex Logo

#c18aac Color Hex

#C18AAC
(193,138,172)
0 Favorites   0 Comments

Color spaces of #c18aac

RGB 193138172
HSL0.900.310.65
HSV323°28°76°
CMYK 0.000.280.11   0.24
XYZ38.527232.493043.2709
Yxy32.49300.33710.2843
Hunter Lab57.002620.8908-5.1054
CIE-Lab63.748326.2955-9.5452

#c18aac color RGB value is (193,138,172).

#c18aac hex color red value is 193, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c18aac hue: 0.90 , saturation: 0.31 and the lightness value of c18aac is 0.65.

The process color (four color CMYK) of #c18aac color hex is 0.00, 0.28, 0.11, 0.24. Web safe color of #c18aac is #cc9999. Color #c18aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001010 10101100
Octal 301 212 254
Decimal 193 138 172
Hex C1 8A AC

RGB Percentages of Color #c18aac

%38.37
%27.44
%34.19

CMYK Percentages of Color #c18aac

%0
%28
%11
%24

Triadic Colors of #c18aac

#c18aac #acc18a #8aacc1

Analogous Colors of #c18aac

#c18aac #c18a91 #bb8ac1

Monochromatic Colors of #c18aac

#c18aac

Complementary Color

#c18aac #8ac19f

#c18aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18aac Color CSS Codes

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

#c18aac Text Font Color

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

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


#c18aac Background Color

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

This div background color is #c18aac


#c18aac Border Color

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

This div border color is #c18aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18aac


Comments

No comments written yet.

Please login to write comment.