Color Hex Logo

#da575b Color Hex

#DA575B
(218,87,91)
0 Favorites   0 Comments

Color spaces of #da575b

RGB 2188791
HSL0.990.640.60
HSV358°60°85°
CMYK 0.000.600.58   0.15
XYZ34.210022.477112.4330
Yxy22.47710.49490.3252
Hunter Lab47.410045.834017.6386
CIE-Lab54.529651.658524.5737

#da575b color RGB value is (218,87,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 01011011
Octal 332 127 133
Decimal 218 87 91
Hex DA 57 5B

RGB Percentages of Color #da575b

%55.05
%21.97
%22.98

CMYK Percentages of Color #da575b

%0
%60
%58
%15

Triadic Colors of #da575b

#da575b #5bda57 #575bda

Analogous Colors of #da575b

#da575b #da9557 #da579d

Monochromatic Colors of #da575b

#da575b

Complementary Color

#da575b #57dad6

#da575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da575b Color CSS Codes

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

#da575b Text Font Color

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

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


#da575b Background Color

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

This div background color is #da575b


#da575b Border Color

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

This div border color is #da575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da575b


Comments

No comments written yet.

Please login to write comment.