Color Hex Logo

#c14784 Color Hex

#C14784
(193,71,132)
0 Favorites   0 Comments

Color spaces of #c14784

RGB 19371132
HSL0.920.500.52
HSV330°63°76°
CMYK 0.000.630.32   0.24
XYZ28.410417.509923.7121
Yxy17.50990.40800.2515
Hunter Lab41.844847.9635-4.3063
CIE-Lab48.896254.5853-8.4380

#c14784 color RGB value is (193,71,132).

#c14784 hex color red value is 193, green value is 71 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c14784 hue: 0.92 , saturation: 0.50 and the lightness value of c14784 is 0.52.

The process color (four color CMYK) of #c14784 color hex is 0.00, 0.63, 0.32, 0.24. Web safe color of #c14784 is #cc3399. Color #c14784 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 10000100
Octal 301 107 204
Decimal 193 71 132
Hex C1 47 84

RGB Percentages of Color #c14784

%48.74
%17.93
%33.33

CMYK Percentages of Color #c14784

%0
%63
%32
%24

Triadic Colors of #c14784

#c14784 #84c147 #4784c1

Analogous Colors of #c14784

#c14784 #c14747 #c147c1

Monochromatic Colors of #c14784

#c14784

Complementary Color

#c14784 #47c184

#c14784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14784 Color CSS Codes

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

#c14784 Text Font Color

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

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


#c14784 Background Color

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

This div background color is #c14784


#c14784 Border Color

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

This div border color is #c14784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14784


Comments

No comments written yet.

Please login to write comment.