Color Hex Logo

#c42470 Color Hex

#C42470
(196,36,112)
0 Favorites   0 Comments

Color spaces of #c42470

RGB 19636112
HSL0.920.690.45
HSV332°82°77°
CMYK 0.000.820.43   0.23
XYZ26.320514.167416.6766
Yxy14.16740.46040.2478
Hunter Lab37.639658.95160.0787
CIE-Lab44.472165.2478-2.7449

#c42470 color RGB value is (196,36,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100100 01110000
Octal 304 44 160
Decimal 196 36 112
Hex C4 24 70

RGB Percentages of Color #c42470

%56.98
%10.47
%32.56

CMYK Percentages of Color #c42470

%0
%82
%43
%23

Triadic Colors of #c42470

#c42470 #70c424 #2470c4

Analogous Colors of #c42470

#c42470 #c42824 #c424c0

Monochromatic Colors of #c42470

#c42470

Complementary Color

#c42470 #24c478

#c42470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42470 Color CSS Codes

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

#c42470 Text Font Color

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

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


#c42470 Background Color

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

This div background color is #c42470


#c42470 Border Color

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

This div border color is #c42470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,36,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 #c42470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42470


Comments

No comments written yet.

Please login to write comment.