Color Hex Logo

#c1808d Color Hex

#C1808D
(193,128,141)
0 Favorites   0 Comments

Color spaces of #c1808d

RGB 193128141
HSL0.970.340.63
HSV348°34°76°
CMYK 0.000.340.27   0.24
XYZ34.519228.698928.9194
Yxy28.69890.37460.3115
Hunter Lab53.571421.26835.4935
CIE-Lab60.515026.92783.3622

#c1808d color RGB value is (193,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 10001101
Octal 301 200 215
Decimal 193 128 141
Hex C1 80 8D

RGB Percentages of Color #c1808d

%41.77
%27.71
%30.52

CMYK Percentages of Color #c1808d

%0
%34
%27
%24

Triadic Colors of #c1808d

#c1808d #8dc180 #808dc1

Analogous Colors of #c1808d

#c1808d #c19480 #c180ae

Monochromatic Colors of #c1808d

#c1808d

Complementary Color

#c1808d #80c1b4

#c1808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1808d Color CSS Codes

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

#c1808d Text Font Color

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

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


#c1808d Background Color

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

This div background color is #c1808d


#c1808d Border Color

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

This div border color is #c1808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1808d


Comments

No comments written yet.

Please login to write comment.