Color Hex Logo

#c1427c Color Hex

#C1427C
(193,66,124)
0 Favorites   0 Comments

Color spaces of #c1427c

RGB 19366124
HSL0.920.510.51
HSV333°66°76°
CMYK 0.000.660.36   0.24
XYZ27.578616.689120.8366
Yxy16.68910.42360.2563
Hunter Lab40.852349.0104-1.6441
CIE-Lab47.865955.7312-5.1394

#c1427c color RGB value is (193,66,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 01111100
Octal 301 102 174
Decimal 193 66 124
Hex C1 42 7C

RGB Percentages of Color #c1427c

%50.39
%17.23
%32.38

CMYK Percentages of Color #c1427c

%0
%66
%36
%24

Triadic Colors of #c1427c

#c1427c #7cc142 #427cc1

Analogous Colors of #c1427c

#c1427c #c14742 #c142bc

Monochromatic Colors of #c1427c

#c1427c

Complementary Color

#c1427c #42c187

#c1427c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1427c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1427c Color CSS Codes

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

#c1427c Text Font Color

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

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


#c1427c Background Color

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

This div background color is #c1427c


#c1427c Border Color

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

This div border color is #c1427c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1427c


Comments

No comments written yet.

Please login to write comment.