Color Hex Logo

#c16e9e Color Hex

#C16E9E
(193,110,158)
0 Favorites   0 Comments

Color spaces of #c16e9e

RGB 193110158
HSL0.900.400.59
HSV325°43°76°
CMYK 0.000.430.18   0.24
XYZ33.739824.957935.3868
Yxy24.95790.35860.2653
Hunter Lab49.957933.1263-7.0265
CIE-Lab57.034439.2250-11.5853

#c16e9e color RGB value is (193,110,158).

#c16e9e hex color red value is 193, green value is 110 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c16e9e hue: 0.90 , saturation: 0.40 and the lightness value of c16e9e is 0.59.

The process color (four color CMYK) of #c16e9e color hex is 0.00, 0.43, 0.18, 0.24. Web safe color of #c16e9e is #cc6699. Color #c16e9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101110 10011110
Octal 301 156 236
Decimal 193 110 158
Hex C1 6E 9E

RGB Percentages of Color #c16e9e

%41.87
%23.86
%34.27

CMYK Percentages of Color #c16e9e

%0
%43
%18
%24

Triadic Colors of #c16e9e

#c16e9e #9ec16e #6e9ec1

Analogous Colors of #c16e9e

#c16e9e #c16e75 #bb6ec1

Monochromatic Colors of #c16e9e

#c16e9e

Complementary Color

#c16e9e #6ec191

#c16e9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16e9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16e9e Color CSS Codes

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

#c16e9e Text Font Color

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

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


#c16e9e Background Color

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

This div background color is #c16e9e


#c16e9e Border Color

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

This div border color is #c16e9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16e9e


Comments

No comments written yet.

Please login to write comment.