Color Hex Logo

#c1505e Color Hex

#C1505E
(193,80,94)
0 Favorites   0 Comments

Color spaces of #c1505e

RGB 1938094
HSL0.980.480.54
HSV353°59°76°
CMYK 0.000.590.51   0.24
XYZ26.881417.882912.6246
Yxy17.88290.46840.3116
Hunter Lab42.288239.463111.9014
CIE-Lab49.353846.504715.1539

#c1505e color RGB value is (193,80,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 01011110
Octal 301 120 136
Decimal 193 80 94
Hex C1 50 5E

RGB Percentages of Color #c1505e

%52.59
%21.80
%25.61

CMYK Percentages of Color #c1505e

%0
%59
%51
%24

Triadic Colors of #c1505e

#c1505e #5ec150 #505ec1

Analogous Colors of #c1505e

#c1505e #c17b50 #c15097

Monochromatic Colors of #c1505e

#c1505e

Complementary Color

#c1505e #50c1b3

#c1505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1505e Color CSS Codes

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

#c1505e Text Font Color

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

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


#c1505e Background Color

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

This div background color is #c1505e


#c1505e Border Color

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

This div border color is #c1505e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,80,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 #c1505e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1505e


Comments

No comments written yet.

Please login to write comment.