Color Hex Logo

#c14a9a Color Hex

#C14A9A
(193,74,154)
0 Favorites   0 Comments

Color spaces of #c14a9a

RGB 19374154
HSL0.890.490.52
HSV320°62°76°
CMYK 0.000.620.20   0.24
XYZ30.273818.568132.5602
Yxy18.56810.37190.2281
Hunter Lab43.090749.9981-14.6372
CIE-Lab50.178056.2149-19.6433

#c14a9a color RGB value is (193,74,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 10011010
Octal 301 112 232
Decimal 193 74 154
Hex C1 4A 9A

RGB Percentages of Color #c14a9a

%45.84
%17.58
%36.58

CMYK Percentages of Color #c14a9a

%0
%62
%20
%24

Triadic Colors of #c14a9a

#c14a9a #9ac14a #4a9ac1

Analogous Colors of #c14a9a

#c14a9a #c14a5e #ad4ac1

Monochromatic Colors of #c14a9a

#c14a9a

Complementary Color

#c14a9a #4ac171

#c14a9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14a9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14a9a Color CSS Codes

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

#c14a9a Text Font Color

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

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


#c14a9a Background Color

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

This div background color is #c14a9a


#c14a9a Border Color

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

This div border color is #c14a9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14a9a


Comments

No comments written yet.

Please login to write comment.