Color Hex Logo

#da425e Color Hex

#DA425E
(218,66,94)
0 Favorites   0 Comments

Color spaces of #da425e

RGB 2186694
HSL0.970.670.56
HSV349°70°85°
CMYK 0.000.700.57   0.15
XYZ32.882019.610012.6417
Yxy19.61000.50480.3011
Hunter Lab44.283255.047714.0725
CIE-Lab51.393460.513618.6265

#da425e color RGB value is (218,66,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 01011110
Octal 332 102 136
Decimal 218 66 94
Hex DA 42 5E

RGB Percentages of Color #da425e

%57.67
%17.46
%24.87

CMYK Percentages of Color #da425e

%0
%70
%57
%15

Triadic Colors of #da425e

#da425e #5eda42 #425eda

Analogous Colors of #da425e

#da425e #da7242 #da42aa

Monochromatic Colors of #da425e

#da425e

Complementary Color

#da425e #42dabe

#da425e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da425e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da425e Color CSS Codes

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

#da425e Text Font Color

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

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


#da425e Background Color

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

This div background color is #da425e


#da425e Border Color

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

This div border color is #da425e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da425e


Comments

No comments written yet.

Please login to write comment.