Color Hex Logo

#c4049a Color Hex

#C4049A
(196,4,154)
0 Favorites   0 Comments

Color spaces of #c4049a

RGB 1964154
HSL0.870.960.39
HSV313°98°77°
CMYK 0.000.980.21   0.23
XYZ28.641114.155731.7946
Yxy14.15570.38400.1898
Hunter Lab37.624170.0400-23.7668
CIE-Lab44.455474.6290-28.4534

#c4049a color RGB value is (196,4,154).

#c4049a hex color red value is 196, green value is 4 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c4049a hue: 0.87 , saturation: 0.96 and the lightness value of c4049a is 0.39.

The process color (four color CMYK) of #c4049a color hex is 0.00, 0.98, 0.21, 0.23. Web safe color of #c4049a is #cc0099. Color #c4049a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 10011010
Octal 304 4 232
Decimal 196 4 154
Hex C4 4 9A

RGB Percentages of Color #c4049a

%55.37
%1.13
%43.50

CMYK Percentages of Color #c4049a

%0
%98
%21
%23

Triadic Colors of #c4049a

#c4049a #9ac404 #049ac4

Analogous Colors of #c4049a

#c4049a #c4043a #8e04c4

Monochromatic Colors of #c4049a

#c4049a

Complementary Color

#c4049a #04c42e

#c4049a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4049a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4049a Color CSS Codes

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

#c4049a Text Font Color

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

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


#c4049a Background Color

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

This div background color is #c4049a


#c4049a Border Color

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

This div border color is #c4049a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4049a


Comments

No comments written yet.

Please login to write comment.