Color Hex Logo

#c43f70 Color Hex

#C43F70
(196,63,112)
0 Favorites   0 Comments

Color spaces of #c43f70

RGB 19663112
HSL0.940.530.51
HSV338°68°77°
CMYK 0.000.680.43   0.23
XYZ27.467116.460617.0588
Yxy16.46060.45040.2699
Hunter Lab40.571749.84453.4710
CIE-Lab47.573156.54661.7904

#c43f70 color RGB value is (196,63,112).

#c43f70 hex color red value is 196, green value is 63 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c43f70 hue: 0.94 , saturation: 0.53 and the lightness value of c43f70 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111111 01110000
Octal 304 77 160
Decimal 196 63 112
Hex C4 3F 70

RGB Percentages of Color #c43f70

%52.83
%16.98
%30.19

CMYK Percentages of Color #c43f70

%0
%68
%43
%23

Triadic Colors of #c43f70

#c43f70 #70c43f #3f70c4

Analogous Colors of #c43f70

#c43f70 #c4513f #c43fb3

Monochromatic Colors of #c43f70

#c43f70

Complementary Color

#c43f70 #3fc493

#c43f70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43f70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43f70 Color CSS Codes

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

#c43f70 Text Font Color

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

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


#c43f70 Background Color

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

This div background color is #c43f70


#c43f70 Border Color

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

This div border color is #c43f70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43f70


Comments

No comments written yet.

Please login to write comment.