Color Hex Logo

#da585f Color Hex

#DA585F
(218,88,95)
0 Favorites   0 Comments

Color spaces of #da585f

RGB 2188895
HSL0.990.640.60
HSV357°60°85°
CMYK 0.000.600.56   0.15
XYZ34.468722.711113.3935
Yxy22.71110.48840.3218
Hunter Lab47.656245.707016.6962
CIE-Lab54.773551.501422.5573

#da585f color RGB value is (218,88,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 01011111
Octal 332 130 137
Decimal 218 88 95
Hex DA 58 5F

RGB Percentages of Color #da585f

%54.36
%21.95
%23.69

CMYK Percentages of Color #da585f

%0
%60
%56
%15

Triadic Colors of #da585f

#da585f #5fda58 #585fda

Analogous Colors of #da585f

#da585f #da9258 #da58a0

Monochromatic Colors of #da585f

#da585f

Complementary Color

#da585f #58dad3

#da585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da585f Color CSS Codes

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

#da585f Text Font Color

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

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


#da585f Background Color

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

This div background color is #da585f


#da585f Border Color

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

This div border color is #da585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da585f


Comments

No comments written yet.

Please login to write comment.