color codes Logo

#c1639d color codes

#C1639D
(193,99,157)
0 Favorites   0 Comments

Color spaces of #c1639d

RGB 19399157
HSL0.900.430.57
HSV323°49°76°
CMYK 0.000.490.19   0.24
XYZ32.540022.695534.5639
Yxy22.69550.36240.2527
Hunter Lab47.639838.5534-9.6686
CIE-Lab54.757344.7928-14.4371

#c1639d color RGB value is (193,99,157).

#c1639d hex color red value is 193, green value is 99 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c1639d hue: 0.90 , saturation: 0.43 and the lightness value of c1639d is 0.57.

The process color (four color CMYK) of #c1639d color code is 0.00, 0.49, 0.19, 0.24. Web safe color of #c1639d is #cc6699. Color #c1639d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100011 10011101
Octal 301 143 235
Decimal 193 99 157
Hex C1 63 9D

RGB Percentages of Color #c1639d

%42.98
%22.05
%34.97

CMYK Percentages of Color #c1639d

%0
%49
%19
%24

Triadic Colors of #c1639d

#c1639d #9dc163 #639dc1

Analogous Colors of #c1639d

#c1639d #c1636e #b663c1

Monochromatic Colors of #c1639d

#c1639d

Complementary Color

#c1639d #63c187

#c1639d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1639d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1639d Color CSS Codes

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

#c1639d Text Font Color

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

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


#c1639d Background Color

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

This div background color is #c1639d


#c1639d Border Color

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

This div border color is #c1639d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1639d


Comments

No comments written yet.

Please login to write comment.