Color Hex Logo

#c18194 Color Hex

#C18194
(193,129,148)
0 Favorites   0 Comments

Color spaces of #c18194

RGB 193129148
HSL0.950.340.63
HSV342°33°76°
CMYK 0.000.330.23   0.24
XYZ35.187929.176131.7939
Yxy29.17610.36590.3034
Hunter Lab54.014921.75742.9115
CIE-Lab60.936727.3986-0.0363

#c18194 color RGB value is (193,129,148).

#c18194 hex color red value is 193, green value is 129 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c18194 hue: 0.95 , saturation: 0.34 and the lightness value of c18194 is 0.63.

The process color (four color CMYK) of #c18194 color hex is 0.00, 0.33, 0.23, 0.24. Web safe color of #c18194 is #cc9999. Color #c18194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 10010100
Octal 301 201 224
Decimal 193 129 148
Hex C1 81 94

RGB Percentages of Color #c18194

%41.06
%27.45
%31.49

CMYK Percentages of Color #c18194

%0
%33
%23
%24

Triadic Colors of #c18194

#c18194 #94c181 #8194c1

Analogous Colors of #c18194

#c18194 #c18e81 #c181b4

Monochromatic Colors of #c18194

#c18194

Complementary Color

#c18194 #81c1ae

#c18194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18194 Color CSS Codes

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

#c18194 Text Font Color

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

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


#c18194 Background Color

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

This div background color is #c18194


#c18194 Border Color

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

This div border color is #c18194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18194


Comments

No comments written yet.

Please login to write comment.