Color Hex Logo

#c1608d Color Hex

#C1608D
(193,96,141)
0 Favorites   0 Comments

Color spaces of #c1608d

RGB 19396141
HSL0.920.440.57
HSV332°50°76°
CMYK 0.000.500.27   0.24
XYZ30.982921.626327.7406
Yxy21.62630.38560.2692
Hunter Lab46.504137.5418-2.8148
CIE-Lab53.628243.9888-6.7404

#c1608d color RGB value is (193,96,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 10001101
Octal 301 140 215
Decimal 193 96 141
Hex C1 60 8D

RGB Percentages of Color #c1608d

%44.88
%22.33
%32.79

CMYK Percentages of Color #c1608d

%0
%50
%27
%24

Triadic Colors of #c1608d

#c1608d #8dc160 #608dc1

Analogous Colors of #c1608d

#c1608d #c16460 #c160be

Monochromatic Colors of #c1608d

#c1608d

Complementary Color

#c1608d #60c194

#c1608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1608d Color CSS Codes

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

#c1608d Text Font Color

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

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


#c1608d Background Color

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

This div background color is #c1608d


#c1608d Border Color

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

This div border color is #c1608d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1608d


Comments

No comments written yet.

Please login to write comment.