Color Hex Logo

#da889b Color Hex

#DA889B
(218,136,155)
0 Favorites   0 Comments

Color spaces of #da889b

RGB 218136155
HSL0.960.530.69
HSV346°38°85°
CMYK 0.000.380.29   0.15
XYZ43.634034.880335.4432
Yxy34.88030.38290.3061
Hunter Lab59.059528.52405.7602
CIE-Lab65.655433.75133.2054

#da889b color RGB value is (218,136,155).

#da889b hex color red value is 218, green value is 136 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #da889b hue: 0.96 , saturation: 0.53 and the lightness value of da889b is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 10011011
Octal 332 210 233
Decimal 218 136 155
Hex DA 88 9B

RGB Percentages of Color #da889b

%42.83
%26.72
%30.45

CMYK Percentages of Color #da889b

%0
%38
%29
%15

Triadic Colors of #da889b

#da889b #9bda88 #889bda

Analogous Colors of #da889b

#da889b #da9e88 #da88c4

Monochromatic Colors of #da889b

#da889b

Complementary Color

#da889b #88dac7

#da889b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da889b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da889b Color CSS Codes

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

#da889b Text Font Color

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

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


#da889b Background Color

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

This div background color is #da889b


#da889b Border Color

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

This div border color is #da889b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da889b


Comments

No comments written yet.

Please login to write comment.