Color Hex Logo

#da624d Color Hex

#DA624D
(218,98,77)
0 Favorites   0 Comments

Color spaces of #da624d

RGB 2189877
HSL0.020.660.58
HSV65°85°
CMYK 0.000.550.65   0.15
XYZ34.620724.17669.8630
Yxy24.17660.50420.3521
Hunter Lab49.169739.636022.5258
CIE-Lab56.264245.599534.7720

#da624d color RGB value is (218,98,77).

#da624d hex color red value is 218, green value is 98 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da624d hue: 0.02 , saturation: 0.66 and the lightness value of da624d is 0.58.

The process color (four color CMYK) of #da624d color hex is 0.00, 0.55, 0.65, 0.15. Web safe color of #da624d is #cc6666. Color #da624d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 01001101
Octal 332 142 115
Decimal 218 98 77
Hex DA 62 4D

RGB Percentages of Color #da624d

%55.47
%24.94
%19.59

CMYK Percentages of Color #da624d

%0
%55
%65
%15

Triadic Colors of #da624d

#da624d #4dda62 #624dda

Analogous Colors of #da624d

#da624d #daa94d #da4d7f

Monochromatic Colors of #da624d

#da624d

Complementary Color

#da624d #4dc5da

#da624d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da624d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da624d Color CSS Codes

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

#da624d Text Font Color

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

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


#da624d Background Color

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

This div background color is #da624d


#da624d Border Color

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

This div border color is #da624d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da624d


Comments

No comments written yet.

Please login to write comment.