Color Hex Logo

#da85ab Color Hex

#DA85AB
(218,133,171)
0 Favorites   0 Comments

Color spaces of #da85ab

RGB 218133171
HSL0.930.530.69
HSV333°39°85°
CMYK 0.000.390.22   0.15
XYZ44.651734.620842.8572
Yxy34.62080.36560.2835
Hunter Lab58.839432.4899-1.9978
CIE-Lab65.452437.6021-6.1370

#da85ab color RGB value is (218,133,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 10101011
Octal 332 205 253
Decimal 218 133 171
Hex DA 85 AB

RGB Percentages of Color #da85ab

%41.76
%25.48
%32.76

CMYK Percentages of Color #da85ab

%0
%39
%22
%15

Triadic Colors of #da85ab

#da85ab #abda85 #85abda

Analogous Colors of #da85ab

#da85ab #da8a85 #da85d6

Monochromatic Colors of #da85ab

#da85ab

Complementary Color

#da85ab #85dab4

#da85ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da85ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da85ab Color CSS Codes

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

#da85ab Text Font Color

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

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


#da85ab Background Color

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

This div background color is #da85ab


#da85ab Border Color

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

This div border color is #da85ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,133,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 #da85ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da85ab


Comments

No comments written yet.

Please login to write comment.