Color Hex Logo

#c1515e Color Hex

#C1515E
(193,81,94)
0 Favorites   0 Comments

Color spaces of #c1515e

RGB 1938194
HSL0.980.470.54
HSV353°58°76°
CMYK 0.000.580.51   0.24
XYZ26.955118.030512.6492
Yxy18.03050.46770.3128
Hunter Lab42.462339.002712.0616
CIE-Lab49.533146.031415.3998

#c1515e color RGB value is (193,81,94).

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

The process color (four color CMYK) of #c1515e color hex is 0.00, 0.58, 0.51, 0.24. Web safe color of #c1515e is #cc6666. Color #c1515e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 01011110
Octal 301 121 136
Decimal 193 81 94
Hex C1 51 5E

RGB Percentages of Color #c1515e

%52.45
%22.01
%25.54

CMYK Percentages of Color #c1515e

%0
%58
%51
%24

Triadic Colors of #c1515e

#c1515e #5ec151 #515ec1

Analogous Colors of #c1515e

#c1515e #c17c51 #c15196

Monochromatic Colors of #c1515e

#c1515e

Complementary Color

#c1515e #51c1b4

#c1515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1515e Color CSS Codes

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

#c1515e Text Font Color

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

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


#c1515e Background Color

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

This div background color is #c1515e


#c1515e Border Color

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

This div border color is #c1515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1515e


Comments

No comments written yet.

Please login to write comment.