Color Hex Logo

#da425d Color Hex

#DA425D
(218,66,93)
0 Favorites   0 Comments

Color spaces of #da425d

RGB 2186693
HSL0.970.670.56
HSV349°70°85°
CMYK 0.000.700.57   0.15
XYZ32.837419.592212.4069
Yxy19.59220.50650.3022
Hunter Lab44.263154.963214.3652
CIE-Lab51.373060.442819.1992

#da425d color RGB value is (218,66,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 01011101
Octal 332 102 135
Decimal 218 66 93
Hex DA 42 5D

RGB Percentages of Color #da425d

%57.82
%17.51
%24.67

CMYK Percentages of Color #da425d

%0
%70
%57
%15

Triadic Colors of #da425d

#da425d #5dda42 #425dda

Analogous Colors of #da425d

#da425d #da7342 #da42a9

Monochromatic Colors of #da425d

#da425d

Complementary Color

#da425d #42dabf

#da425d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da425d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da425d Color CSS Codes

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

#da425d Text Font Color

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

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


#da425d Background Color

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

This div background color is #da425d


#da425d Border Color

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

This div border color is #da425d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,66,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da425d


Comments

No comments written yet.

Please login to write comment.