Color Hex Logo

#c1505b Color Hex

#C1505B
(193,80,91)
0 Favorites   0 Comments

Color spaces of #c1505b

RGB 1938091
HSL0.980.480.54
HSV354°59°76°
CMYK 0.000.590.53   0.24
XYZ26.749317.830111.9292
Yxy17.83010.47340.3155
Hunter Lab42.225739.181912.8080
CIE-Lab49.289446.243716.8675

#c1505b color RGB value is (193,80,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 01011011
Octal 301 120 133
Decimal 193 80 91
Hex C1 50 5B

RGB Percentages of Color #c1505b

%53.02
%21.98
%25.00

CMYK Percentages of Color #c1505b

%0
%59
%53
%24

Triadic Colors of #c1505b

#c1505b #5bc150 #505bc1

Analogous Colors of #c1505b

#c1505b #c17e50 #c15094

Monochromatic Colors of #c1505b

#c1505b

Complementary Color

#c1505b #50c1b6

#c1505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1505b Color CSS Codes

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

#c1505b Text Font Color

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

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


#c1505b Background Color

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

This div background color is #c1505b


#c1505b Border Color

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

This div border color is #c1505b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1505b


Comments

No comments written yet.

Please login to write comment.