Color Hex Logo

#c14993 Color Hex

#C14993
(193,73,147)
0 Favorites   0 Comments

Color spaces of #c14993

RGB 19373147
HSL0.900.490.52
HSV323°62°76°
CMYK 0.000.620.24   0.24
XYZ29.641318.209129.5562
Yxy18.20910.38290.2352
Hunter Lab42.672149.3151-11.1958
CIE-Lab49.748755.6704-16.1370

#c14993 color RGB value is (193,73,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 10010011
Octal 301 111 223
Decimal 193 73 147
Hex C1 49 93

RGB Percentages of Color #c14993

%46.73
%17.68
%35.59

CMYK Percentages of Color #c14993

%0
%62
%24
%24

Triadic Colors of #c14993

#c14993 #93c149 #4993c1

Analogous Colors of #c14993

#c14993 #c14957 #b349c1

Monochromatic Colors of #c14993

#c14993

Complementary Color

#c14993 #49c177

#c14993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14993 Color CSS Codes

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

#c14993 Text Font Color

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

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


#c14993 Background Color

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

This div background color is #c14993


#c14993 Border Color

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

This div border color is #c14993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14993


Comments

No comments written yet.

Please login to write comment.