Color Hex Logo

#c1464d Color Hex

#C1464D
(193,70,77)
0 Favorites   0 Comments

Color spaces of #c1464d

RGB 1937077
HSL0.990.500.52
HSV357°64°76°
CMYK 0.000.640.60   0.24
XYZ25.522016.25368.8133
Yxy16.25360.50450.3213
Hunter Lab40.315842.447415.2598
CIE-Lab47.305549.705222.6327

#c1464d color RGB value is (193,70,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 01001101
Octal 301 106 115
Decimal 193 70 77
Hex C1 46 4D

RGB Percentages of Color #c1464d

%56.76
%20.59
%22.65

CMYK Percentages of Color #c1464d

%0
%64
%60
%24

Triadic Colors of #c1464d

#c1464d #4dc146 #464dc1

Analogous Colors of #c1464d

#c1464d #c17d46 #c1468b

Monochromatic Colors of #c1464d

#c1464d

Complementary Color

#c1464d #46c1ba

#c1464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1464d Color CSS Codes

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

#c1464d Text Font Color

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

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


#c1464d Background Color

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

This div background color is #c1464d


#c1464d Border Color

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

This div border color is #c1464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1464d


Comments

No comments written yet.

Please login to write comment.