Color Hex Logo

#c4054a Color Hex

#C4054A
(196,5,74)
0 Favorites   0 Comments

Color spaces of #c4054a

RGB 196574
HSL0.940.950.39
HSV338°97°77°
CMYK 0.000.970.62   0.23
XYZ24.055312.33877.5923
Yxy12.33870.54690.2805
Hunter Lab35.126560.768911.7735
CIE-Lab41.749467.352017.2488

#c4054a color RGB value is (196,5,74).

#c4054a hex color red value is 196, green value is 5 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c4054a hue: 0.94 , saturation: 0.95 and the lightness value of c4054a is 0.39.

The process color (four color CMYK) of #c4054a color hex is 0.00, 0.97, 0.62, 0.23. Web safe color of #c4054a is #cc0033. Color #c4054a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000101 01001010
Octal 304 5 112
Decimal 196 5 74
Hex C4 5 4A

RGB Percentages of Color #c4054a

%71.27
%1.82
%26.91

CMYK Percentages of Color #c4054a

%0
%97
%62
%23

Triadic Colors of #c4054a

#c4054a #4ac405 #054ac4

Analogous Colors of #c4054a

#c4054a #c42005 #c405aa

Monochromatic Colors of #c4054a

#c4054a

Complementary Color

#c4054a #05c47f

#c4054a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4054a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4054a Color CSS Codes

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

#c4054a Text Font Color

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

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


#c4054a Background Color

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

This div background color is #c4054a


#c4054a Border Color

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

This div border color is #c4054a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4054a


Comments

No comments written yet.

Please login to write comment.