Color Hex Logo

#c14058 Color Hex

#C14058
(193,64,88)
0 Favorites   0 Comments

Color spaces of #c14058

RGB 1936488
HSL0.970.510.50
HSV349°67°76°
CMYK 0.000.670.54   0.24
XYZ25.587215.708810.9160
Yxy15.70880.49010.3009
Hunter Lab39.634345.876311.4145
CIE-Lab46.590153.063115.0035

#c14058 color RGB value is (193,64,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 01011000
Octal 301 100 130
Decimal 193 64 88
Hex C1 40 58

RGB Percentages of Color #c14058

%55.94
%18.55
%25.51

CMYK Percentages of Color #c14058

%0
%67
%54
%24

Triadic Colors of #c14058

#c14058 #58c140 #4058c1

Analogous Colors of #c14058

#c14058 #c16940 #c14099

Monochromatic Colors of #c14058

#c14058

Complementary Color

#c14058 #40c1a9

#c14058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14058 Color CSS Codes

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

#c14058 Text Font Color

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

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


#c14058 Background Color

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

This div background color is #c14058


#c14058 Border Color

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

This div border color is #c14058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14058


Comments

No comments written yet.

Please login to write comment.