Color Hex Logo

#c1537e Color Hex

#C1537E
(193,83,126)
0 Favorites   0 Comments

Color spaces of #c1537e

RGB 19383126
HSL0.930.470.54
HSV337°57°76°
CMYK 0.000.570.35   0.24
XYZ28.851519.030321.8912
Yxy19.03030.41350.2727
Hunter Lab43.623741.71330.7838
CIE-Lab50.722648.4339-2.1265

#c1537e color RGB value is (193,83,126).

#c1537e hex color red value is 193, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c1537e hue: 0.93 , saturation: 0.47 and the lightness value of c1537e is 0.54.

The process color (four color CMYK) of #c1537e color hex is 0.00, 0.57, 0.35, 0.24. Web safe color of #c1537e is #cc6666. Color #c1537e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010011 01111110
Octal 301 123 176
Decimal 193 83 126
Hex C1 53 7E

RGB Percentages of Color #c1537e

%48.01
%20.65
%31.34

CMYK Percentages of Color #c1537e

%0
%57
%35
%24

Triadic Colors of #c1537e

#c1537e #7ec153 #537ec1

Analogous Colors of #c1537e

#c1537e #c15f53 #c153b5

Monochromatic Colors of #c1537e

#c1537e

Complementary Color

#c1537e #53c196

#c1537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1537e Color CSS Codes

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

#c1537e Text Font Color

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

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


#c1537e Background Color

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

This div background color is #c1537e


#c1537e Border Color

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

This div border color is #c1537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1537e


Comments

No comments written yet.

Please login to write comment.