Color Hex Logo

#c1808e Color Hex

#C1808E
(193,128,142)
0 Favorites   0 Comments

Color spaces of #c1808e

RGB 193128142
HSL0.960.340.63
HSV347°34°76°
CMYK 0.000.340.26   0.24
XYZ34.594028.728829.3131
Yxy28.72880.37340.3101
Hunter Lab53.599321.40875.0941
CIE-Lab60.541527.07082.8272

#c1808e color RGB value is (193,128,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 10001110
Octal 301 200 216
Decimal 193 128 142
Hex C1 80 8E

RGB Percentages of Color #c1808e

%41.68
%27.65
%30.67

CMYK Percentages of Color #c1808e

%0
%34
%26
%24

Triadic Colors of #c1808e

#c1808e #8ec180 #808ec1

Analogous Colors of #c1808e

#c1808e #c19380 #c180af

Monochromatic Colors of #c1808e

#c1808e

Complementary Color

#c1808e #80c1b3

#c1808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1808e Color CSS Codes

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

#c1808e Text Font Color

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

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


#c1808e Background Color

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

This div background color is #c1808e


#c1808e Border Color

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

This div border color is #c1808e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1808e


Comments

No comments written yet.

Please login to write comment.