Color Hex Logo

#c1427a Color Hex

#C1427A
(193,66,122)
0 Favorites   0 Comments

Color spaces of #c1427a

RGB 19366122
HSL0.930.510.51
HSV334°66°76°
CMYK 0.000.660.37   0.24
XYZ27.453416.639020.1771
Yxy16.63900.42720.2589
Hunter Lab40.790948.7512-0.7740
CIE-Lab47.801955.5053-4.0207

#c1427a color RGB value is (193,66,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 01111010
Octal 301 102 172
Decimal 193 66 122
Hex C1 42 7A

RGB Percentages of Color #c1427a

%50.66
%17.32
%32.02

CMYK Percentages of Color #c1427a

%0
%66
%37
%24

Triadic Colors of #c1427a

#c1427a #7ac142 #427ac1

Analogous Colors of #c1427a

#c1427a #c14942 #c142ba

Monochromatic Colors of #c1427a

#c1427a

Complementary Color

#c1427a #42c189

#c1427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1427a Color CSS Codes

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

#c1427a Text Font Color

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

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


#c1427a Background Color

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

This div background color is #c1427a


#c1427a Border Color

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

This div border color is #c1427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1427a


Comments

No comments written yet.

Please login to write comment.