Color Hex Logo

#c16081 Color Hex

#C16081
(193,96,129)
0 Favorites   0 Comments

Color spaces of #c16081

RGB 19396129
HSL0.940.440.57
HSV340°50°76°
CMYK 0.000.500.33   0.24
XYZ30.137621.288223.2895
Yxy21.28820.40340.2849
Hunter Lab46.139135.85082.3698
CIE-Lab53.263542.4027-0.1891

#c16081 color RGB value is (193,96,129).

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

The process color (four color CMYK) of #c16081 color hex is 0.00, 0.50, 0.33, 0.24. Web safe color of #c16081 is #cc6699. Color #c16081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 10000001
Octal 301 140 201
Decimal 193 96 129
Hex C1 60 81

RGB Percentages of Color #c16081

%46.17
%22.97
%30.86

CMYK Percentages of Color #c16081

%0
%50
%33
%24

Triadic Colors of #c16081

#c16081 #81c160 #6081c1

Analogous Colors of #c16081

#c16081 #c17060 #c160b2

Monochromatic Colors of #c16081

#c16081

Complementary Color

#c16081 #60c1a0

#c16081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16081 Color CSS Codes

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

#c16081 Text Font Color

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

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


#c16081 Background Color

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

This div background color is #c16081


#c16081 Border Color

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

This div border color is #c16081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16081


Comments

No comments written yet.

Please login to write comment.