Color Hex Logo

#c42f6e Color Hex

#C42F6E
(196,47,110)
0 Favorites   0 Comments

Color spaces of #c42f6e

RGB 19647110
HSL0.930.610.48
HSV335°76°77°
CMYK 0.000.760.44   0.23
XYZ26.595914.894616.2250
Yxy14.89460.46080.2581
Hunter Lab38.593555.47082.0895
CIE-Lab45.489561.9950-0.0159

#c42f6e color RGB value is (196,47,110).

#c42f6e hex color red value is 196, green value is 47 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c42f6e hue: 0.93 , saturation: 0.61 and the lightness value of c42f6e is 0.48.

The process color (four color CMYK) of #c42f6e color hex is 0.00, 0.76, 0.44, 0.23. Web safe color of #c42f6e is #cc3366. Color #c42f6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 01101110
Octal 304 57 156
Decimal 196 47 110
Hex C4 2F 6E

RGB Percentages of Color #c42f6e

%55.52
%13.31
%31.16

CMYK Percentages of Color #c42f6e

%0
%76
%44
%23

Triadic Colors of #c42f6e

#c42f6e #6ec42f #2f6ec4

Analogous Colors of #c42f6e

#c42f6e #c43b2f #c42fb9

Monochromatic Colors of #c42f6e

#c42f6e

Complementary Color

#c42f6e #2fc485

#c42f6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42f6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42f6e Color CSS Codes

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

#c42f6e Text Font Color

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

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


#c42f6e Background Color

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

This div background color is #c42f6e


#c42f6e Border Color

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

This div border color is #c42f6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42f6e


Comments

No comments written yet.

Please login to write comment.