Color Hex Logo

#c1515b Color Hex

#C1515B
(193,81,91)
0 Favorites   0 Comments

Color spaces of #c1515b

RGB 1938191
HSL0.990.470.54
HSV355°58°76°
CMYK 0.000.580.53   0.24
XYZ26.823117.977611.9538
Yxy17.97760.47260.3168
Hunter Lab42.400038.722712.9644
CIE-Lab49.468945.770917.1113

#c1515b color RGB value is (193,81,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 01011011
Octal 301 121 133
Decimal 193 81 91
Hex C1 51 5B

RGB Percentages of Color #c1515b

%52.88
%22.19
%24.93

CMYK Percentages of Color #c1515b

%0
%58
%53
%24

Triadic Colors of #c1515b

#c1515b #5bc151 #515bc1

Analogous Colors of #c1515b

#c1515b #c17f51 #c15193

Monochromatic Colors of #c1515b

#c1515b

Complementary Color

#c1515b #51c1b7

#c1515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1515b Color CSS Codes

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

#c1515b Text Font Color

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

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


#c1515b Background Color

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

This div background color is #c1515b


#c1515b Border Color

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

This div border color is #c1515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1515b


Comments

No comments written yet.

Please login to write comment.