Color Hex Logo

#dc435e Color Hex

#DC435E
(220,67,94)
0 Favorites   0 Comments

Color spaces of #dc435e

RGB 2206794
HSL0.970.690.56
HSV349°70°86°
CMYK 0.000.700.57   0.14
XYZ33.542720.038112.6895
Yxy20.03810.50610.3024
Hunter Lab44.763955.417514.5275
CIE-Lab51.880360.750319.3431

#dc435e color RGB value is (220,67,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 01011110
Octal 334 103 136
Decimal 220 67 94
Hex DC 43 5E

RGB Percentages of Color #dc435e

%57.74
%17.59
%24.67

CMYK Percentages of Color #dc435e

%0
%70
%57
%14

Triadic Colors of #dc435e

#dc435e #5edc43 #435edc

Analogous Colors of #dc435e

#dc435e #dc7543 #dc43ab

Monochromatic Colors of #dc435e

#dc435e

Complementary Color

#dc435e #43dcc1

#dc435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc435e Color CSS Codes

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

#dc435e Text Font Color

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

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


#dc435e Background Color

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

This div background color is #dc435e


#dc435e Border Color

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

This div border color is #dc435e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,67,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc435e


Comments

No comments written yet.

Please login to write comment.