Color Hex Logo

#c14051 Color Hex

#C14051
(193,64,81)
0 Favorites   0 Comments

Color spaces of #c14051

RGB 1936481
HSL0.980.510.50
HSV352°67°76°
CMYK 0.000.670.58   0.24
XYZ25.310915.59839.4613
Yxy15.59830.50250.3097
Hunter Lab39.494745.279313.4428
CIE-Lab46.443052.530919.0753

#c14051 color RGB value is (193,64,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 01010001
Octal 301 100 121
Decimal 193 64 81
Hex C1 40 51

RGB Percentages of Color #c14051

%57.10
%18.93
%23.96

CMYK Percentages of Color #c14051

%0
%67
%58
%24

Triadic Colors of #c14051

#c14051 #51c140 #4051c1

Analogous Colors of #c14051

#c14051 #c17040 #c14092

Monochromatic Colors of #c14051

#c14051

Complementary Color

#c14051 #40c1b0

#c14051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14051 Color CSS Codes

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

#c14051 Text Font Color

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

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


#c14051 Background Color

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

This div background color is #c14051


#c14051 Border Color

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

This div border color is #c14051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14051


Comments

No comments written yet.

Please login to write comment.