Color Hex Logo

#c15057 Color Hex

#C15057
(193,80,87)
0 Favorites   0 Comments

Color spaces of #c15057

RGB 1938087
HSL0.990.480.54
HSV356°59°76°
CMYK 0.000.590.55   0.24
XYZ26.581317.762911.0444
Yxy17.76290.47990.3207
Hunter Lab42.146138.823413.9653
CIE-Lab49.207345.910319.1530

#c15057 color RGB value is (193,80,87).

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

The process color (four color CMYK) of #c15057 color hex is 0.00, 0.59, 0.55, 0.24. Web safe color of #c15057 is #cc6666. Color #c15057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 01010111
Octal 301 120 127
Decimal 193 80 87
Hex C1 50 57

RGB Percentages of Color #c15057

%53.61
%22.22
%24.17

CMYK Percentages of Color #c15057

%0
%59
%55
%24

Triadic Colors of #c15057

#c15057 #57c150 #5057c1

Analogous Colors of #c15057

#c15057 #c18250 #c15090

Monochromatic Colors of #c15057

#c15057

Complementary Color

#c15057 #50c1ba

#c15057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15057 Color CSS Codes

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

#c15057 Text Font Color

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

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


#c15057 Background Color

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

This div background color is #c15057


#c15057 Border Color

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

This div border color is #c15057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15057


Comments

No comments written yet.

Please login to write comment.