Color Hex Logo

#c1429a Color Hex

#C1429A
(193,66,154)
0 Favorites   0 Comments

Color spaces of #c1429a

RGB 19366154
HSL0.880.510.51
HSV318°66°76°
CMYK 0.000.660.20   0.24
XYZ29.773317.567032.3934
Yxy17.56700.37340.2203
Hunter Lab41.913053.4514-16.4845
CIE-Lab48.966759.5441-21.5031

#c1429a color RGB value is (193,66,154).

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

The process color (four color CMYK) of #c1429a color hex is 0.00, 0.66, 0.20, 0.24. Web safe color of #c1429a is #cc3399. Color #c1429a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 10011010
Octal 301 102 232
Decimal 193 66 154
Hex C1 42 9A

RGB Percentages of Color #c1429a

%46.73
%15.98
%37.29

CMYK Percentages of Color #c1429a

%0
%66
%20
%24

Triadic Colors of #c1429a

#c1429a #9ac142 #429ac1

Analogous Colors of #c1429a

#c1429a #c1425b #a942c1

Monochromatic Colors of #c1429a

#c1429a

Complementary Color

#c1429a #42c169

#c1429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1429a Color CSS Codes

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

#c1429a Text Font Color

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

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


#c1429a Background Color

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

This div background color is #c1429a


#c1429a Border Color

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

This div border color is #c1429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1429a


Comments

No comments written yet.

Please login to write comment.