Color Hex Logo

#c14293 Color Hex

#C14293
(193,66,147)
0 Favorites   0 Comments

Color spaces of #c14293

RGB 19366147
HSL0.890.510.51
HSV322°66°76°
CMYK 0.000.660.24   0.24
XYZ29.207017.340529.4114
Yxy17.34050.38450.2283
Hunter Lab41.641952.3238-12.7268
CIE-Lab48.686258.5861-17.7571

#c14293 color RGB value is (193,66,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 10010011
Octal 301 102 223
Decimal 193 66 147
Hex C1 42 93

RGB Percentages of Color #c14293

%47.54
%16.26
%36.21

CMYK Percentages of Color #c14293

%0
%66
%24
%24

Triadic Colors of #c14293

#c14293 #93c142 #4293c1

Analogous Colors of #c14293

#c14293 #c14254 #b042c1

Monochromatic Colors of #c14293

#c14293

Complementary Color

#c14293 #42c170

#c14293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14293 Color CSS Codes

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

#c14293 Text Font Color

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

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


#c14293 Background Color

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

This div background color is #c14293


#c14293 Border Color

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

This div border color is #c14293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14293


Comments

No comments written yet.

Please login to write comment.