Color Hex Logo

#c18fac Color Hex

#C18FAC
(193,143,172)
0 Favorites   0 Comments

Color spaces of #c18fac

RGB 193143172
HSL0.900.290.66
HSV325°26°76°
CMYK 0.000.260.11   0.24
XYZ39.261233.960943.5156
Yxy33.96090.33630.2909
Hunter Lab58.276018.2745-3.4796
CIE-Lab64.931523.5304-7.7817

#c18fac color RGB value is (193,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001111 10101100
Octal 301 217 254
Decimal 193 143 172
Hex C1 8F AC

RGB Percentages of Color #c18fac

%37.99
%28.15
%33.86

CMYK Percentages of Color #c18fac

%0
%26
%11
%24

Triadic Colors of #c18fac

#c18fac #acc18f #8facc1

Analogous Colors of #c18fac

#c18fac #c18f93 #bd8fc1

Monochromatic Colors of #c18fac

#c18fac

Complementary Color

#c18fac #8fc1a4

#c18fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18fac Color CSS Codes

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

#c18fac Text Font Color

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

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


#c18fac Background Color

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

This div background color is #c18fac


#c18fac Border Color

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

This div border color is #c18fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18fac


Comments

No comments written yet.

Please login to write comment.