Color Hex Logo

#da908a Color Hex

#DA908A
(218,144,138)
0 Favorites   0 Comments

Color spaces of #da908a

RGB 218144138
HSL0.010.520.70
HSV37°85°
CMYK 0.000.340.37   0.15
XYZ43.474136.686928.8347
Yxy36.68690.39890.3366
Hunter Lab60.569722.121914.1733
CIE-Lab67.041527.305014.7404

#da908a color RGB value is (218,144,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 10001010
Octal 332 220 212
Decimal 218 144 138
Hex DA 90 8A

RGB Percentages of Color #da908a

%43.60
%28.80
%27.60

CMYK Percentages of Color #da908a

%0
%34
%37
%15

Triadic Colors of #da908a

#da908a #8ada90 #908ada

Analogous Colors of #da908a

#da908a #dab88a #da8aac

Monochromatic Colors of #da908a

#da908a

Complementary Color

#da908a #8ad4da

#da908a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da908a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da908a Color CSS Codes

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

#da908a Text Font Color

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

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


#da908a Background Color

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

This div background color is #da908a


#da908a Border Color

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

This div border color is #da908a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da908a


Comments

No comments written yet.

Please login to write comment.