Color Hex Logo

#da88ab Color Hex

#DA88AB
(218,136,171)
0 Favorites   0 Comments

Color spaces of #da88ab

RGB 218136171
HSL0.930.530.69
HSV334°38°85°
CMYK 0.000.380.22   0.15
XYZ45.068335.454042.9960
Yxy35.45400.36490.2870
Hunter Lab59.543330.9060-1.1328
CIE-Lab66.100636.0130-5.1774

#da88ab color RGB value is (218,136,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 10101011
Octal 332 210 253
Decimal 218 136 171
Hex DA 88 AB

RGB Percentages of Color #da88ab

%41.52
%25.90
%32.57

CMYK Percentages of Color #da88ab

%0
%38
%22
%15

Triadic Colors of #da88ab

#da88ab #abda88 #88abda

Analogous Colors of #da88ab

#da88ab #da8e88 #da88d4

Monochromatic Colors of #da88ab

#da88ab

Complementary Color

#da88ab #88dab7

#da88ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da88ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da88ab Color CSS Codes

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

#da88ab Text Font Color

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

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


#da88ab Background Color

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

This div background color is #da88ab


#da88ab Border Color

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

This div border color is #da88ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da88ab


Comments

No comments written yet.

Please login to write comment.