Color Hex Logo

#dc436e Color Hex

#DC436E
(220,67,110)
0 Favorites   0 Comments

Color spaces of #dc436e

RGB 22067110
HSL0.950.690.56
HSV343°70°86°
CMYK 0.000.700.50   0.14
XYZ34.336820.355716.8712
Yxy20.35570.47980.2844
Hunter Lab45.117356.89339.4111
CIE-Lab52.237061.979210.2283

#dc436e color RGB value is (220,67,110).

#dc436e hex color red value is 220, green value is 67 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dc436e hue: 0.95 , saturation: 0.69 and the lightness value of dc436e is 0.56.

The process color (four color CMYK) of #dc436e color hex is 0.00, 0.70, 0.50, 0.14. Web safe color of #dc436e is #cc3366. Color #dc436e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 01101110
Octal 334 103 156
Decimal 220 67 110
Hex DC 43 6E

RGB Percentages of Color #dc436e

%55.42
%16.88
%27.71

CMYK Percentages of Color #dc436e

%0
%70
%50
%14

Triadic Colors of #dc436e

#dc436e #6edc43 #436edc

Analogous Colors of #dc436e

#dc436e #dc6543 #dc43bb

Monochromatic Colors of #dc436e

#dc436e

Complementary Color

#dc436e #43dcb1

#dc436e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc436e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc436e Color CSS Codes

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

#dc436e Text Font Color

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

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


#dc436e Background Color

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

This div background color is #dc436e


#dc436e Border Color

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

This div border color is #dc436e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc436e


Comments

No comments written yet.

Please login to write comment.