Color Hex Logo

#c1056e Color Hex

#C1056E
(193,5,110)
0 Favorites   0 Comments

Color spaces of #c1056e

RGB 1935110
HSL0.910.950.39
HSV326°97°76°
CMYK 0.000.970.43   0.24
XYZ24.861112.571815.8681
Yxy12.57180.46640.2359
Hunter Lab35.456763.1091-1.7146
CIE-Lab42.110869.2870-5.0580

#c1056e color RGB value is (193,5,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000101 01101110
Octal 301 5 156
Decimal 193 5 110
Hex C1 5 6E

RGB Percentages of Color #c1056e

%62.66
%1.62
%35.71

CMYK Percentages of Color #c1056e

%0
%97
%43
%24

Triadic Colors of #c1056e

#c1056e #6ec105 #056ec1

Analogous Colors of #c1056e

#c1056e #c10510 #b605c1

Monochromatic Colors of #c1056e

#c1056e

Complementary Color

#c1056e #05c158

#c1056e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1056e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1056e Color CSS Codes

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

#c1056e Text Font Color

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

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


#c1056e Background Color

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

This div background color is #c1056e


#c1056e Border Color

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

This div border color is #c1056e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1056e


Comments

No comments written yet.

Please login to write comment.