Color Hex Logo

#c1808a Color Hex

#C1808A
(193,128,138)
0 Favorites   0 Comments

Color spaces of #c1808a

RGB 193128138
HSL0.970.340.63
HSV351°34°76°
CMYK 0.000.340.28   0.24
XYZ34.298928.610827.7594
Yxy28.61080.37830.3156
Hunter Lab53.489120.85416.6724
CIE-Lab60.436626.50514.9695

#c1808a color RGB value is (193,128,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 10001010
Octal 301 200 212
Decimal 193 128 138
Hex C1 80 8A

RGB Percentages of Color #c1808a

%42.05
%27.89
%30.07

CMYK Percentages of Color #c1808a

%0
%34
%28
%24

Triadic Colors of #c1808a

#c1808a #8ac180 #808ac1

Analogous Colors of #c1808a

#c1808a #c19780 #c180ab

Monochromatic Colors of #c1808a

#c1808a

Complementary Color

#c1808a #80c1b7

#c1808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1808a Color CSS Codes

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

#c1808a Text Font Color

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

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


#c1808a Background Color

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

This div background color is #c1808a


#c1808a Border Color

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

This div border color is #c1808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1808a


Comments

No comments written yet.

Please login to write comment.