Color Hex Logo

#da8989 Color Hex

#DA8989
(218,137,137)
0 Favorites   0 Comments

Color spaces of #da8989

RGB 218137137
HSL0.000.520.70
HSV37°85°
CMYK 0.000.370.37   0.15
XYZ42.374534.602928.1126
Yxy34.60290.40320.3293
Hunter Lab58.824225.641512.8418
CIE-Lab65.438330.939413.0576

#da8989 color RGB value is (218,137,137).

#da8989 hex color red value is 218, green value is 137 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #da8989 hue: 0.00 , saturation: 0.52 and the lightness value of da8989 is 0.70.

The process color (four color CMYK) of #da8989 color hex is 0.00, 0.37, 0.37, 0.15. Web safe color of #da8989 is #cc9999. Color #da8989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10001001
Octal 332 211 211
Decimal 218 137 137
Hex DA 89 89

RGB Percentages of Color #da8989

%44.31
%27.85
%27.85

CMYK Percentages of Color #da8989

%0
%37
%37
%15

Triadic Colors of #da8989

#da8989 #89da89 #8989da

Analogous Colors of #da8989

#da8989 #dab289 #da89b2

Monochromatic Colors of #da8989

#da8989

Complementary Color

#da8989 #89dada

#da8989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8989 Color CSS Codes

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

#da8989 Text Font Color

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

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


#da8989 Background Color

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

This div background color is #da8989


#da8989 Border Color

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

This div border color is #da8989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8989


Comments

No comments written yet.

Please login to write comment.