Color Hex Logo

#c1484e Color Hex

#C1484E
(193,72,78)
0 Favorites   0 Comments

Color spaces of #c1484e

RGB 1937278
HSL0.990.490.52
HSV357°63°76°
CMYK 0.000.630.60   0.24
XYZ25.684816.52229.0431
Yxy16.52220.50120.3224
Hunter Lab40.647541.659415.2626
CIE-Lab47.652348.894722.4852

#c1484e color RGB value is (193,72,78).

#c1484e hex color red value is 193, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c1484e hue: 0.99 , saturation: 0.49 and the lightness value of c1484e is 0.52.

The process color (four color CMYK) of #c1484e color hex is 0.00, 0.63, 0.60, 0.24. Web safe color of #c1484e is #cc3366. Color #c1484e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 01001110
Octal 301 110 116
Decimal 193 72 78
Hex C1 48 4E

RGB Percentages of Color #c1484e

%56.27
%20.99
%22.74

CMYK Percentages of Color #c1484e

%0
%63
%60
%24

Triadic Colors of #c1484e

#c1484e #4ec148 #484ec1

Analogous Colors of #c1484e

#c1484e #c17f48 #c1488b

Monochromatic Colors of #c1484e

#c1484e

Complementary Color

#c1484e #48c1bb

#c1484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1484e Color CSS Codes

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

#c1484e Text Font Color

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

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


#c1484e Background Color

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

This div background color is #c1484e


#c1484e Border Color

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

This div border color is #c1484e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1484e


Comments

No comments written yet.

Please login to write comment.