Color Hex Logo

#da626e Color Hex

#DA626E
(218,98,110)
0 Favorites   0 Comments

Color spaces of #da626e

RGB 21898110
HSL0.980.620.62
HSV354°55°85°
CMYK 0.000.550.50   0.15
XYZ36.095624.766617.6298
Yxy24.76660.45990.3155
Hunter Lab49.766142.376513.8325
CIE-Lab56.847348.086416.5906

#da626e color RGB value is (218,98,110).

#da626e hex color red value is 218, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #da626e hue: 0.98 , saturation: 0.62 and the lightness value of da626e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 01101110
Octal 332 142 156
Decimal 218 98 110
Hex DA 62 6E

RGB Percentages of Color #da626e

%51.17
%23.00
%25.82

CMYK Percentages of Color #da626e

%0
%55
%50
%15

Triadic Colors of #da626e

#da626e #6eda62 #626eda

Analogous Colors of #da626e

#da626e #da9262 #da62aa

Monochromatic Colors of #da626e

#da626e

Complementary Color

#da626e #62dace

#da626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da626e Color CSS Codes

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

#da626e Text Font Color

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

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


#da626e Background Color

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

This div background color is #da626e


#da626e Border Color

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

This div border color is #da626e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da626e


Comments

No comments written yet.

Please login to write comment.