Color Hex Logo

#c42057 Color Hex

#C42057
(196,32,87)
0 Favorites   0 Comments

Color spaces of #c42057

RGB 1963287
HSL0.940.720.45
HSV340°84°77°
CMYK 0.000.840.56   0.23
XYZ25.001813.456910.2965
Yxy13.45690.51280.2760
Hunter Lab36.683657.46069.0368
CIE-Lab43.443864.143811.3708

#c42057 color RGB value is (196,32,87).

#c42057 hex color red value is 196, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c42057 hue: 0.94 , saturation: 0.72 and the lightness value of c42057 is 0.45.

The process color (four color CMYK) of #c42057 color hex is 0.00, 0.84, 0.56, 0.23. Web safe color of #c42057 is #cc3366. Color #c42057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100000 01010111
Octal 304 40 127
Decimal 196 32 87
Hex C4 20 57

RGB Percentages of Color #c42057

%62.22
%10.16
%27.62

CMYK Percentages of Color #c42057

%0
%84
%56
%23

Triadic Colors of #c42057

#c42057 #57c420 #2057c4

Analogous Colors of #c42057

#c42057 #c43b20 #c420a9

Monochromatic Colors of #c42057

#c42057

Complementary Color

#c42057 #20c48d

#c42057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42057 Color CSS Codes

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

#c42057 Text Font Color

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

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


#c42057 Background Color

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

This div background color is #c42057


#c42057 Border Color

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

This div border color is #c42057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42057


Comments

No comments written yet.

Please login to write comment.