Color Hex Logo

#c14966 Color Hex

#C14966
(193,73,102)
0 Favorites   0 Comments

Color spaces of #c14966

RGB 19373102
HSL0.960.490.52
HSV346°62°76°
CMYK 0.000.620.47   0.24
XYZ26.773117.061914.4525
Yxy17.06190.45930.2927
Hunter Lab41.306143.41178.1694
CIE-Lab48.337950.44198.9061

#c14966 color RGB value is (193,73,102).

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

The process color (four color CMYK) of #c14966 color hex is 0.00, 0.62, 0.47, 0.24. Web safe color of #c14966 is #cc3366. Color #c14966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 01100110
Octal 301 111 146
Decimal 193 73 102
Hex C1 49 66

RGB Percentages of Color #c14966

%52.45
%19.84
%27.72

CMYK Percentages of Color #c14966

%0
%62
%47
%24

Triadic Colors of #c14966

#c14966 #66c149 #4966c1

Analogous Colors of #c14966

#c14966 #c16849 #c149a2

Monochromatic Colors of #c14966

#c14966

Complementary Color

#c14966 #49c1a4

#c14966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14966 Color CSS Codes

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

#c14966 Text Font Color

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

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


#c14966 Background Color

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

This div background color is #c14966


#c14966 Border Color

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

This div border color is #c14966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14966


Comments

No comments written yet.

Please login to write comment.