Color Hex Logo

#da595f Color Hex

#DA595F
(218,89,95)
0 Favorites   0 Comments

Color spaces of #da595f

RGB 2188995
HSL0.990.640.60
HSV357°59°85°
CMYK 0.000.590.56   0.15
XYZ34.551422.876413.4210
Yxy22.87640.48770.3229
Hunter Lab47.829345.245416.8436
CIE-Lab54.944851.048022.7846

#da595f color RGB value is (218,89,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01011111
Octal 332 131 137
Decimal 218 89 95
Hex DA 59 5F

RGB Percentages of Color #da595f

%54.23
%22.14
%23.63

CMYK Percentages of Color #da595f

%0
%59
%56
%15

Triadic Colors of #da595f

#da595f #5fda59 #595fda

Analogous Colors of #da595f

#da595f #da9459 #da59a0

Monochromatic Colors of #da595f

#da595f

Complementary Color

#da595f #59dad4

#da595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da595f Color CSS Codes

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

#da595f Text Font Color

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

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


#da595f Background Color

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

This div background color is #da595f


#da595f Border Color

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

This div border color is #da595f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,89,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 #da595f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da595f


Comments

No comments written yet.

Please login to write comment.