Color Hex Logo

#c42070 Color Hex

#C42070
(196,32,112)
0 Favorites   0 Comments

Color spaces of #c42070

RGB 19632112
HSL0.920.720.45
HSV331°84°77°
CMYK 0.000.840.43   0.23
XYZ26.206113.938616.6384
Yxy13.93860.46150.2455
Hunter Lab37.334459.9590-0.2890
CIE-Lab44.144766.1857-3.2275

#c42070 color RGB value is (196,32,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100000 01110000
Octal 304 40 160
Decimal 196 32 112
Hex C4 20 70

RGB Percentages of Color #c42070

%57.65
%9.41
%32.94

CMYK Percentages of Color #c42070

%0
%84
%43
%23

Triadic Colors of #c42070

#c42070 #70c420 #2070c4

Analogous Colors of #c42070

#c42070 #c42220 #c420c2

Monochromatic Colors of #c42070

#c42070

Complementary Color

#c42070 #20c474

#c42070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42070 Color CSS Codes

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

#c42070 Text Font Color

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

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


#c42070 Background Color

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

This div background color is #c42070


#c42070 Border Color

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

This div border color is #c42070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42070


Comments

No comments written yet.

Please login to write comment.