Color Hex Logo

#c1505a Color Hex

#C1505A
(193,80,90)
0 Favorites   0 Comments

Color spaces of #c1505a

RGB 1938090
HSL0.990.480.54
HSV355°59°76°
CMYK 0.000.590.53   0.24
XYZ26.706417.813011.7035
Yxy17.81300.47500.3168
Hunter Lab42.205439.090213.1028
CIE-Lab49.268546.158417.4389

#c1505a color RGB value is (193,80,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 01011010
Octal 301 120 132
Decimal 193 80 90
Hex C1 50 5A

RGB Percentages of Color #c1505a

%53.17
%22.04
%24.79

CMYK Percentages of Color #c1505a

%0
%59
%53
%24

Triadic Colors of #c1505a

#c1505a #5ac150 #505ac1

Analogous Colors of #c1505a

#c1505a #c17f50 #c15093

Monochromatic Colors of #c1505a

#c1505a

Complementary Color

#c1505a #50c1b7

#c1505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1505a Color CSS Codes

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

#c1505a Text Font Color

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

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


#c1505a Background Color

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

This div background color is #c1505a


#c1505a Border Color

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

This div border color is #c1505a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1505a


Comments

No comments written yet.

Please login to write comment.