Color Hex Logo

#da555b Color Hex

#DA555B
(218,85,91)
0 Favorites   0 Comments

Color spaces of #da555b

RGB 2188591
HSL0.990.640.59
HSV357°61°85°
CMYK 0.000.610.58   0.15
XYZ34.050322.157812.3798
Yxy22.15780.49640.3231
Hunter Lab47.072146.744617.3574
CIE-Lab54.194052.550624.1337

#da555b color RGB value is (218,85,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 01011011
Octal 332 125 133
Decimal 218 85 91
Hex DA 55 5B

RGB Percentages of Color #da555b

%55.33
%21.57
%23.10

CMYK Percentages of Color #da555b

%0
%61
%58
%15

Triadic Colors of #da555b

#da555b #5bda55 #555bda

Analogous Colors of #da555b

#da555b #da9255 #da559e

Monochromatic Colors of #da555b

#da555b

Complementary Color

#da555b #55dad4

#da555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da555b Color CSS Codes

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

#da555b Text Font Color

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

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


#da555b Background Color

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

This div background color is #da555b


#da555b Border Color

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

This div border color is #da555b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da555b


Comments

No comments written yet.

Please login to write comment.