Color Hex Logo

#c18caf Color Hex

#C18CAF
(193,140,175)
0 Favorites   0 Comments

Color spaces of #c18caf

RGB 193140175
HSL0.890.300.65
HSV320°27°76°
CMYK 0.000.270.09   0.24
XYZ39.108333.188844.9023
Yxy33.18880.33370.2832
Hunter Lab57.609720.3575-5.8851
CIE-Lab64.313525.7103-10.3958

#c18caf color RGB value is (193,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001100 10101111
Octal 301 214 257
Decimal 193 140 175
Hex C1 8C AF

RGB Percentages of Color #c18caf

%37.99
%27.56
%34.45

CMYK Percentages of Color #c18caf

%0
%27
%9
%24

Triadic Colors of #c18caf

#c18caf #afc18c #8cafc1

Analogous Colors of #c18caf

#c18caf #c18c95 #b98cc1

Monochromatic Colors of #c18caf

#c18caf

Complementary Color

#c18caf #8cc19e

#c18caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18caf Color CSS Codes

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

#c18caf Text Font Color

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

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


#c18caf Background Color

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

This div background color is #c18caf


#c18caf Border Color

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

This div border color is #c18caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18caf


Comments

No comments written yet.

Please login to write comment.