Color Hex Logo

#c1056d Color Hex

#C1056D
(193,5,109)
0 Favorites   0 Comments

Color spaces of #c1056d

RGB 1935109
HSL0.910.950.39
HSV327°97°76°
CMYK 0.000.970.44   0.24
XYZ24.806912.550115.5829
Yxy12.55010.46860.2371
Hunter Lab35.426162.9977-1.2816
CIE-Lab42.077469.1987-4.4813

#c1056d color RGB value is (193,5,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000101 01101101
Octal 301 5 155
Decimal 193 5 109
Hex C1 5 6D

RGB Percentages of Color #c1056d

%62.87
%1.63
%35.50

CMYK Percentages of Color #c1056d

%0
%97
%44
%24

Triadic Colors of #c1056d

#c1056d #6dc105 #056dc1

Analogous Colors of #c1056d

#c1056d #c1050f #b705c1

Monochromatic Colors of #c1056d

#c1056d

Complementary Color

#c1056d #05c159

#c1056d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1056d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1056d Color CSS Codes

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

#c1056d Text Font Color

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

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


#c1056d Background Color

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

This div background color is #c1056d


#c1056d Border Color

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

This div border color is #c1056d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1056d


Comments

No comments written yet.

Please login to write comment.