Color Hex Logo

#c16178 Color Hex

#C16178
(193,97,120)
0 Favorites   0 Comments

Color spaces of #c16178

RGB 19397120
HSL0.960.440.57
HSV346°50°76°
CMYK 0.000.500.38   0.24
XYZ29.657221.242920.3065
Yxy21.24290.41650.2983
Hunter Lab46.090034.20056.1408
CIE-Lab53.214340.79325.0678

#c16178 color RGB value is (193,97,120).

#c16178 hex color red value is 193, green value is 97 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c16178 hue: 0.96 , saturation: 0.44 and the lightness value of c16178 is 0.57.

The process color (four color CMYK) of #c16178 color hex is 0.00, 0.50, 0.38, 0.24. Web safe color of #c16178 is #cc6666. Color #c16178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 01111000
Octal 301 141 170
Decimal 193 97 120
Hex C1 61 78

RGB Percentages of Color #c16178

%47.07
%23.66
%29.27

CMYK Percentages of Color #c16178

%0
%50
%38
%24

Triadic Colors of #c16178

#c16178 #78c161 #6178c1

Analogous Colors of #c16178

#c16178 #c17a61 #c161a8

Monochromatic Colors of #c16178

#c16178

Complementary Color

#c16178 #61c1aa

#c16178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16178 Color CSS Codes

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

#c16178 Text Font Color

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

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


#c16178 Background Color

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

This div background color is #c16178


#c16178 Border Color

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

This div border color is #c16178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16178


Comments

No comments written yet.

Please login to write comment.