Color Hex Logo

#c1426e Color Hex

#C1426E
(193,66,110)
0 Favorites   0 Comments

Color spaces of #c1426e

RGB 19366110
HSL0.940.510.51
HSV339°66°76°
CMYK 0.000.660.43   0.24
XYZ26.755016.359716.4994
Yxy16.35970.44880.2744
Hunter Lab40.447147.29194.1271
CIE-Lab47.442954.22592.7576

#c1426e color RGB value is (193,66,110).

#c1426e hex color red value is 193, green value is 66 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c1426e hue: 0.94 , saturation: 0.51 and the lightness value of c1426e is 0.51.

The process color (four color CMYK) of #c1426e color hex is 0.00, 0.66, 0.43, 0.24. Web safe color of #c1426e is #cc3366. Color #c1426e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 01101110
Octal 301 102 156
Decimal 193 66 110
Hex C1 42 6E

RGB Percentages of Color #c1426e

%52.30
%17.89
%29.81

CMYK Percentages of Color #c1426e

%0
%66
%43
%24

Triadic Colors of #c1426e

#c1426e #6ec142 #426ec1

Analogous Colors of #c1426e

#c1426e #c15542 #c142ae

Monochromatic Colors of #c1426e

#c1426e

Complementary Color

#c1426e #42c195

#c1426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1426e Color CSS Codes

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

#c1426e Text Font Color

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

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


#c1426e Background Color

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

This div background color is #c1426e


#c1426e Border Color

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

This div border color is #c1426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1426e


Comments

No comments written yet.

Please login to write comment.