Color Hex Logo

#c18daf Color Hex

#C18DAF
(193,141,175)
0 Favorites   0 Comments

Color spaces of #c18daf

RGB 193141175
HSL0.890.300.65
HSV321°27°76°
CMYK 0.000.270.09   0.24
XYZ39.255133.482444.9512
Yxy33.48240.33360.2845
Hunter Lab57.864019.8330-5.5542
CIE-Lab64.549625.1572-10.0427

#c18daf color RGB value is (193,141,175).

#c18daf hex color red value is 193, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c18daf hue: 0.89 , saturation: 0.30 and the lightness value of c18daf is 0.65.

The process color (four color CMYK) of #c18daf color hex is 0.00, 0.27, 0.09, 0.24. Web safe color of #c18daf is #cc9999. Color #c18daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001101 10101111
Octal 301 215 257
Decimal 193 141 175
Hex C1 8D AF

RGB Percentages of Color #c18daf

%37.92
%27.70
%34.38

CMYK Percentages of Color #c18daf

%0
%27
%9
%24

Triadic Colors of #c18daf

#c18daf #afc18d #8dafc1

Analogous Colors of #c18daf

#c18daf #c18d95 #b98dc1

Monochromatic Colors of #c18daf

#c18daf

Complementary Color

#c18daf #8dc19f

#c18daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18daf Color CSS Codes

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

#c18daf Text Font Color

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

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


#c18daf Background Color

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

This div background color is #c18daf


#c18daf Border Color

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

This div border color is #c18daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,141,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c18daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18daf


Comments

No comments written yet.

Please login to write comment.