Color Hex Logo

#da595b Color Hex

#DA595B
(218,89,91)
0 Favorites   0 Comments

Color spaces of #da595b

RGB 2188991
HSL1.000.640.60
HSV359°59°85°
CMYK 0.000.590.58   0.15
XYZ34.374122.805512.4877
Yxy22.80550.49340.3273
Hunter Lab47.755144.912817.9246
CIE-Lab54.871450.752825.0209

#da595b color RGB value is (218,89,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01011011
Octal 332 131 133
Decimal 218 89 91
Hex DA 59 5B

RGB Percentages of Color #da595b

%54.77
%22.36
%22.86

CMYK Percentages of Color #da595b

%0
%59
%58
%15

Triadic Colors of #da595b

#da595b #5bda59 #595bda

Analogous Colors of #da595b

#da595b #da9859 #da599c

Monochromatic Colors of #da595b

#da595b

Complementary Color

#da595b #59dad8

#da595b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da595b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da595b Color CSS Codes

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

#da595b Text Font Color

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

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


#da595b Background Color

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

This div background color is #da595b


#da595b Border Color

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

This div border color is #da595b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da595b


Comments

No comments written yet.

Please login to write comment.