Color Hex Logo

#da586f Color Hex

#DA586F
(218,88,111)
0 Favorites   0 Comments

Color spaces of #da586f

RGB 21888111
HSL0.970.640.60
HSV349°60°85°
CMYK 0.000.600.49   0.15
XYZ35.272423.032617.6256
Yxy23.03260.46450.3033
Hunter Lab47.992347.203811.8198
CIE-Lab55.105952.818713.5969

#da586f color RGB value is (218,88,111).

#da586f hex color red value is 218, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da586f hue: 0.97 , saturation: 0.64 and the lightness value of da586f is 0.60.

The process color (four color CMYK) of #da586f color hex is 0.00, 0.60, 0.49, 0.15. Web safe color of #da586f is #cc6666. Color #da586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 01101111
Octal 332 130 157
Decimal 218 88 111
Hex DA 58 6F

RGB Percentages of Color #da586f

%52.28
%21.10
%26.62

CMYK Percentages of Color #da586f

%0
%60
%49
%15

Triadic Colors of #da586f

#da586f #6fda58 #586fda

Analogous Colors of #da586f

#da586f #da8258 #da58b0

Monochromatic Colors of #da586f

#da586f

Complementary Color

#da586f #58dac3

#da586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da586f Color CSS Codes

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

#da586f Text Font Color

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

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


#da586f Background Color

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

This div background color is #da586f


#da586f Border Color

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

This div border color is #da586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da586f


Comments

No comments written yet.

Please login to write comment.