Color Hex Logo

#c14057 Color Hex

#C14057
(193,64,87)
0 Favorites   0 Comments

Color spaces of #c14057

RGB 1936487
HSL0.970.510.50
HSV349°67°76°
CMYK 0.000.670.55   0.24
XYZ25.546015.692410.6993
Yxy15.69240.49190.3021
Hunter Lab39.613645.787011.7158
CIE-Lab46.568352.983615.5849

#c14057 color RGB value is (193,64,87).

#c14057 hex color red value is 193, green value is 64 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c14057 hue: 0.97 , saturation: 0.51 and the lightness value of c14057 is 0.50.

The process color (four color CMYK) of #c14057 color hex is 0.00, 0.67, 0.55, 0.24. Web safe color of #c14057 is #cc3366. Color #c14057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 01010111
Octal 301 100 127
Decimal 193 64 87
Hex C1 40 57

RGB Percentages of Color #c14057

%56.10
%18.60
%25.29

CMYK Percentages of Color #c14057

%0
%67
%55
%24

Triadic Colors of #c14057

#c14057 #57c140 #4057c1

Analogous Colors of #c14057

#c14057 #c16a40 #c14098

Monochromatic Colors of #c14057

#c14057

Complementary Color

#c14057 #40c1aa

#c14057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14057 Color CSS Codes

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

#c14057 Text Font Color

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

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


#c14057 Background Color

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

This div background color is #c14057


#c14057 Border Color

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

This div border color is #c14057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14057


Comments

No comments written yet.

Please login to write comment.