Color Hex Logo

#c14866 Color Hex

#C14866
(193,72,102)
0 Favorites   0 Comments

Color spaces of #c14866

RGB 19372102
HSL0.960.490.52
HSV345°63°76°
CMYK 0.000.630.47   0.24
XYZ26.708016.931514.4308
Yxy16.93150.45990.2916
Hunter Lab41.147943.85078.0102
CIE-Lab48.173650.88438.6739

#c14866 color RGB value is (193,72,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 01100110
Octal 301 110 146
Decimal 193 72 102
Hex C1 48 66

RGB Percentages of Color #c14866

%52.59
%19.62
%27.79

CMYK Percentages of Color #c14866

%0
%63
%47
%24

Triadic Colors of #c14866

#c14866 #66c148 #4866c1

Analogous Colors of #c14866

#c14866 #c16748 #c148a3

Monochromatic Colors of #c14866

#c14866

Complementary Color

#c14866 #48c1a3

#c14866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14866 Color CSS Codes

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

#c14866 Text Font Color

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

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


#c14866 Background Color

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

This div background color is #c14866


#c14866 Border Color

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

This div border color is #c14866


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,72,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 #c14866">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14866


Comments

No comments written yet.

Please login to write comment.