color codes Logo

#c42f6d color codes

#C42F6D
(196,47,109)
0 Favorites   0 Comments

Color spaces of #c42f6d

RGB 19647109
HSL0.930.610.48
HSV335°76°77°
CMYK 0.000.760.44   0.23
XYZ26.541814.872915.9399
Yxy14.87290.46280.2593
Hunter Lab38.565455.35932.4900
CIE-Lab45.459661.90180.5573

#c42f6d color RGB value is (196,47,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 01101101
Octal 304 57 155
Decimal 196 47 109
Hex C4 2F 6D

RGB Percentages of Color #c42f6d

%55.68
%13.35
%30.97

CMYK Percentages of Color #c42f6d

%0
%76
%44
%23

Triadic Colors of #c42f6d

#c42f6d #6dc42f #2f6dc4

Analogous Colors of #c42f6d

#c42f6d #c43c2f #c42fb8

Monochromatic Colors of #c42f6d

#c42f6d

Complementary Color

#c42f6d #2fc486

#c42f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42f6d Color CSS Codes

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

#c42f6d Text Font Color

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

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


#c42f6d Background Color

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

This div background color is #c42f6d


#c42f6d Border Color

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

This div border color is #c42f6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42f6d


Comments

No comments written yet.

Please login to write comment.