Color Hex Logo

#c1057a Color Hex

#C1057A
(193,5,122)
0 Favorites   0 Comments

Color spaces of #c1057a

RGB 1935122
HSL0.900.950.39
HSV323°97°76°
CMYK 0.000.970.37   0.24
XYZ25.559412.851119.5457
Yxy12.85110.44100.2217
Hunter Lab35.848464.5331-7.2329
CIE-Lab42.538070.4120-11.8943

#c1057a color RGB value is (193,5,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000101 01111010
Octal 301 5 172
Decimal 193 5 122
Hex C1 5 7A

RGB Percentages of Color #c1057a

%60.31
%1.56
%38.13

CMYK Percentages of Color #c1057a

%0
%97
%37
%24

Triadic Colors of #c1057a

#c1057a #7ac105 #057ac1

Analogous Colors of #c1057a

#c1057a #c1051c #aa05c1

Monochromatic Colors of #c1057a

#c1057a

Complementary Color

#c1057a #05c14c

#c1057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1057a Color CSS Codes

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

#c1057a Text Font Color

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

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


#c1057a Background Color

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

This div background color is #c1057a


#c1057a Border Color

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

This div border color is #c1057a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1057a


Comments

No comments written yet.

Please login to write comment.