Color Hex Logo

#c1638e Color Hex

#C1638E
(193,99,142)
0 Favorites   0 Comments

Color spaces of #c1638e

RGB 19399142
HSL0.920.430.57
HSV333°49°76°
CMYK 0.000.490.26   0.24
XYZ31.336622.214128.2273
Yxy22.21410.38320.2716
Hunter Lab47.131836.1988-2.5165
CIE-Lab54.253442.5984-6.3997

#c1638e color RGB value is (193,99,142).

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

The process color (four color CMYK) of #c1638e color hex is 0.00, 0.49, 0.26, 0.24. Web safe color of #c1638e is #cc6699. Color #c1638e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100011 10001110
Octal 301 143 216
Decimal 193 99 142
Hex C1 63 8E

RGB Percentages of Color #c1638e

%44.47
%22.81
%32.72

CMYK Percentages of Color #c1638e

%0
%49
%26
%24

Triadic Colors of #c1638e

#c1638e #8ec163 #638ec1

Analogous Colors of #c1638e

#c1638e #c16763 #c163bd

Monochromatic Colors of #c1638e

#c1638e

Complementary Color

#c1638e #63c196

#c1638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1638e Color CSS Codes

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

#c1638e Text Font Color

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

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


#c1638e Background Color

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

This div background color is #c1638e


#c1638e Border Color

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

This div border color is #c1638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1638e


Comments

No comments written yet.

Please login to write comment.