Color Hex Logo

#c1515f Color Hex

#C1515F
(193,81,95)
0 Favorites   0 Comments

Color spaces of #c1515f

RGB 1938195
HSL0.980.470.54
HSV353°58°76°
CMYK 0.000.580.51   0.24
XYZ27.000318.048512.8871
Yxy18.04850.46600.3115
Hunter Lab42.483539.099111.7532
CIE-Lab49.554946.121014.8294

#c1515f color RGB value is (193,81,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 01011111
Octal 301 121 137
Decimal 193 81 95
Hex C1 51 5F

RGB Percentages of Color #c1515f

%52.30
%21.95
%25.75

CMYK Percentages of Color #c1515f

%0
%58
%51
%24

Triadic Colors of #c1515f

#c1515f #5fc151 #515fc1

Analogous Colors of #c1515f

#c1515f #c17b51 #c15197

Monochromatic Colors of #c1515f

#c1515f

Complementary Color

#c1515f #51c1b3

#c1515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1515f Color CSS Codes

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

#c1515f Text Font Color

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

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


#c1515f Background Color

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

This div background color is #c1515f


#c1515f Border Color

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

This div border color is #c1515f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1515f


Comments

No comments written yet.

Please login to write comment.