Color Hex Logo

#c15153 Color Hex

#C15153
(193,81,83)
0 Favorites   0 Comments

Color spaces of #c15153

RGB 1938183
HSL1.000.470.54
HSV359°58°76°
CMYK 0.000.580.57   0.24
XYZ26.496117.846810.2319
Yxy17.84680.48550.3270
Hunter Lab42.245538.024515.2117
CIE-Lab49.309845.118721.6755

#c15153 color RGB value is (193,81,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 01010011
Octal 301 121 123
Decimal 193 81 83
Hex C1 51 53

RGB Percentages of Color #c15153

%54.06
%22.69
%23.25

CMYK Percentages of Color #c15153

%0
%58
%57
%24

Triadic Colors of #c15153

#c15153 #53c151 #5153c1

Analogous Colors of #c15153

#c15153 #c18751 #c1518b

Monochromatic Colors of #c15153

#c15153

Complementary Color

#c15153 #51c1bf

#c15153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15153 Color CSS Codes

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

#c15153 Text Font Color

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

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


#c15153 Background Color

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

This div background color is #c15153


#c15153 Border Color

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

This div border color is #c15153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15153


Comments

No comments written yet.

Please login to write comment.