Color Hex Logo

#c42859 Color Hex

#C42859
(196,40,89)
0 Favorites   0 Comments

Color spaces of #c42859

RGB 1964089
HSL0.950.660.46
HSV341°80°77°
CMYK 0.000.800.55   0.23
XYZ25.326913.974610.8137
Yxy13.97460.50540.2788
Hunter Lab37.382655.51509.0170
CIE-Lab44.196562.281911.1678

#c42859 color RGB value is (196,40,89).

#c42859 hex color red value is 196, green value is 40 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c42859 hue: 0.95 , saturation: 0.66 and the lightness value of c42859 is 0.46.

The process color (four color CMYK) of #c42859 color hex is 0.00, 0.80, 0.55, 0.23. Web safe color of #c42859 is #cc3366. Color #c42859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 01011001
Octal 304 50 131
Decimal 196 40 89
Hex C4 28 59

RGB Percentages of Color #c42859

%60.31
%12.31
%27.38

CMYK Percentages of Color #c42859

%0
%80
%55
%23

Triadic Colors of #c42859

#c42859 #59c428 #2859c4

Analogous Colors of #c42859

#c42859 #c44528 #c428a7

Monochromatic Colors of #c42859

#c42859

Complementary Color

#c42859 #28c493

#c42859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42859 Color CSS Codes

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

#c42859 Text Font Color

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

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


#c42859 Background Color

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

This div background color is #c42859


#c42859 Border Color

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

This div border color is #c42859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42859


Comments

No comments written yet.

Please login to write comment.