Color Hex Logo

#c42574 Color Hex

#C42574
(196,37,116)
0 Favorites   0 Comments

Color spaces of #c42574

RGB 19637116
HSL0.920.680.46
HSV330°81°77°
CMYK 0.000.810.41   0.23
XYZ26.578914.319917.8861
Yxy14.31990.45210.2436
Hunter Lab37.841659.1505-1.5347
CIE-Lab44.688365.3789-4.8990

#c42574 color RGB value is (196,37,116).

#c42574 hex color red value is 196, green value is 37 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c42574 hue: 0.92 , saturation: 0.68 and the lightness value of c42574 is 0.46.

The process color (four color CMYK) of #c42574 color hex is 0.00, 0.81, 0.41, 0.23. Web safe color of #c42574 is #cc3366. Color #c42574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 01110100
Octal 304 45 164
Decimal 196 37 116
Hex C4 25 74

RGB Percentages of Color #c42574

%56.16
%10.60
%33.24

CMYK Percentages of Color #c42574

%0
%81
%41
%23

Triadic Colors of #c42574

#c42574 #74c425 #2574c4

Analogous Colors of #c42574

#c42574 #c42625 #c425c4

Monochromatic Colors of #c42574

#c42574

Complementary Color

#c42574 #25c475

#c42574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42574 Color CSS Codes

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

#c42574 Text Font Color

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

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


#c42574 Background Color

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

This div background color is #c42574


#c42574 Border Color

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

This div border color is #c42574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42574


Comments

No comments written yet.

Please login to write comment.