Color Hex Logo

#c42479 Color Hex

#C42479
(196,36,121)
0 Favorites   0 Comments

Color spaces of #c42479

RGB 19636121
HSL0.910.690.45
HSV328°82°77°
CMYK 0.000.820.38   0.23
XYZ26.847014.378019.4494
Yxy14.37800.44250.2370
Hunter Lab37.918360.0248-3.8687
CIE-Lab44.770266.1213-7.8601

#c42479 color RGB value is (196,36,121).

#c42479 hex color red value is 196, green value is 36 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c42479 hue: 0.91 , saturation: 0.69 and the lightness value of c42479 is 0.45.

The process color (four color CMYK) of #c42479 color hex is 0.00, 0.82, 0.38, 0.23. Web safe color of #c42479 is #cc3366. Color #c42479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100100 01111001
Octal 304 44 171
Decimal 196 36 121
Hex C4 24 79

RGB Percentages of Color #c42479

%55.52
%10.20
%34.28

CMYK Percentages of Color #c42479

%0
%82
%38
%23

Triadic Colors of #c42479

#c42479 #79c424 #2479c4

Analogous Colors of #c42479

#c42479 #c42429 #bf24c4

Monochromatic Colors of #c42479

#c42479

Complementary Color

#c42479 #24c46f

#c42479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42479 Color CSS Codes

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

#c42479 Text Font Color

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

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


#c42479 Background Color

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

This div background color is #c42479


#c42479 Border Color

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

This div border color is #c42479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42479


Comments

No comments written yet.

Please login to write comment.