Color Hex Logo

#da435e Color Hex

#DA435E
(218,67,94)
0 Favorites   0 Comments

Color spaces of #da435e

RGB 2186794
HSL0.970.670.56
HSV349°69°85°
CMYK 0.000.690.57   0.15
XYZ32.941019.727912.6614
Yxy19.72790.50420.3020
Hunter Lab44.416154.655514.1899
CIE-Lab51.528260.142418.8082

#da435e color RGB value is (218,67,94).

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

The process color (four color CMYK) of #da435e color hex is 0.00, 0.69, 0.57, 0.15. Web safe color of #da435e is #cc3366. Color #da435e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 01011110
Octal 332 103 136
Decimal 218 67 94
Hex DA 43 5E

RGB Percentages of Color #da435e

%57.52
%17.68
%24.80

CMYK Percentages of Color #da435e

%0
%69
%57
%15

Triadic Colors of #da435e

#da435e #5eda43 #435eda

Analogous Colors of #da435e

#da435e #da7443 #da43aa

Monochromatic Colors of #da435e

#da435e

Complementary Color

#da435e #43dabf

#da435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da435e Color CSS Codes

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

#da435e Text Font Color

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

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


#da435e Background Color

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

This div background color is #da435e


#da435e Border Color

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

This div border color is #da435e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da435e


Comments

No comments written yet.

Please login to write comment.