Color Hex Logo

#c14494 Color Hex

#C14494
(193,68,148)
0 Favorites   0 Comments

Color spaces of #c14494

RGB 19368148
HSL0.890.500.51
HSV322°65°76°
CMYK 0.000.650.23   0.24
XYZ29.404717.609829.8662
Yxy17.60980.38250.2291
Hunter Lab41.964051.6400-12.8224
CIE-Lab49.019457.9097-17.8457

#c14494 color RGB value is (193,68,148).

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

The process color (four color CMYK) of #c14494 color hex is 0.00, 0.65, 0.23, 0.24. Web safe color of #c14494 is #cc3399. Color #c14494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 10010100
Octal 301 104 224
Decimal 193 68 148
Hex C1 44 94

RGB Percentages of Color #c14494

%47.19
%16.63
%36.19

CMYK Percentages of Color #c14494

%0
%65
%23
%24

Triadic Colors of #c14494

#c14494 #94c144 #4494c1

Analogous Colors of #c14494

#c14494 #c14456 #b044c1

Monochromatic Colors of #c14494

#c14494

Complementary Color

#c14494 #44c171

#c14494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14494 Color CSS Codes

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

#c14494 Text Font Color

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

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


#c14494 Background Color

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

This div background color is #c14494


#c14494 Border Color

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

This div border color is #c14494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14494


Comments

No comments written yet.

Please login to write comment.