Color Hex Logo

#c1157a Color Hex

#C1157A
(193,21,122)
0 Favorites   0 Comments

Color spaces of #c1157a

RGB 19321122
HSL0.900.800.42
HSV325°89°76°
CMYK 0.000.890.37   0.24
XYZ25.773313.278919.6170
Yxy13.27890.43930.2263
Hunter Lab36.440262.4784-6.4096
CIE-Lab43.180568.5404-10.9236

#c1157a color RGB value is (193,21,122).

#c1157a hex color red value is 193, green value is 21 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c1157a hue: 0.90 , saturation: 0.80 and the lightness value of c1157a is 0.42.

The process color (four color CMYK) of #c1157a color hex is 0.00, 0.89, 0.37, 0.24. Web safe color of #c1157a is #cc0066. Color #c1157a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 01111010
Octal 301 25 172
Decimal 193 21 122
Hex C1 15 7A

RGB Percentages of Color #c1157a

%57.44
%6.25
%36.31

CMYK Percentages of Color #c1157a

%0
%89
%37
%24

Triadic Colors of #c1157a

#c1157a #7ac115 #157ac1

Analogous Colors of #c1157a

#c1157a #c11524 #b215c1

Monochromatic Colors of #c1157a

#c1157a

Complementary Color

#c1157a #15c15c

#c1157a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1157a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1157a Color CSS Codes

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

#c1157a Text Font Color

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

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


#c1157a Background Color

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

This div background color is #c1157a


#c1157a Border Color

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

This div border color is #c1157a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,21,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 #c1157a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1157a


Comments

No comments written yet.

Please login to write comment.