Color Hex Logo

#da584b Color Hex

#DA584B
(218,88,75)
0 Favorites   0 Comments

Color spaces of #da584b

RGB 2188875
HSL0.020.660.57
HSV66°85°
CMYK 0.000.600.66   0.15
XYZ33.673222.39299.2041
Yxy22.39290.51590.3431
Hunter Lab47.321144.206621.5927
CIE-Lab54.441450.168433.6758

#da584b color RGB value is (218,88,75).

#da584b hex color red value is 218, green value is 88 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #da584b hue: 0.02 , saturation: 0.66 and the lightness value of da584b is 0.57.

The process color (four color CMYK) of #da584b color hex is 0.00, 0.60, 0.66, 0.15. Web safe color of #da584b is #cc6633. Color #da584b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 01001011
Octal 332 130 113
Decimal 218 88 75
Hex DA 58 4B

RGB Percentages of Color #da584b

%57.22
%23.10
%19.69

CMYK Percentages of Color #da584b

%0
%60
%66
%15

Triadic Colors of #da584b

#da584b #4bda58 #584bda

Analogous Colors of #da584b

#da584b #daa04b #da4b86

Monochromatic Colors of #da584b

#da584b

Complementary Color

#da584b #4bcdda

#da584b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da584b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da584b Color CSS Codes

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

#da584b Text Font Color

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

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


#da584b Background Color

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

This div background color is #da584b


#da584b Border Color

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

This div border color is #da584b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da584b


Comments

No comments written yet.

Please login to write comment.