Color Hex Logo

#da595d Color Hex

#DA595D
(218,89,93)
0 Favorites   0 Comments

Color spaces of #da595d

RGB 2188993
HSL0.990.640.60
HSV358°59°85°
CMYK 0.000.590.57   0.15
XYZ34.461622.840512.9483
Yxy22.84050.49060.3251
Hunter Lab47.791745.077017.3907
CIE-Lab54.907750.898723.9031

#da595d color RGB value is (218,89,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01011101
Octal 332 131 135
Decimal 218 89 93
Hex DA 59 5D

RGB Percentages of Color #da595d

%54.50
%22.25
%23.25

CMYK Percentages of Color #da595d

%0
%59
%57
%15

Triadic Colors of #da595d

#da595d #5dda59 #595dda

Analogous Colors of #da595d

#da595d #da9659 #da599e

Monochromatic Colors of #da595d

#da595d

Complementary Color

#da595d #59dad6

#da595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da595d Color CSS Codes

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

#da595d Text Font Color

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

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


#da595d Background Color

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

This div background color is #da595d


#da595d Border Color

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

This div border color is #da595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da595d


Comments

No comments written yet.

Please login to write comment.