Color Hex Logo

#da9abf Color Hex

#DA9ABF
(218,154,191)
0 Favorites   0 Comments

Color spaces of #da9abf

RGB 218154191
HSL0.900.460.73
HSV325°29°85°
CMYK 0.000.290.12   0.15
XYZ49.873041.778254.7256
Yxy41.77820.34070.2854
Hunter Lab64.636124.6170-4.9540
CIE-Lab70.717729.5020-9.5024

#da9abf color RGB value is (218,154,191).

#da9abf hex color red value is 218, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #da9abf hue: 0.90 , saturation: 0.46 and the lightness value of da9abf is 0.73.

The process color (four color CMYK) of #da9abf color hex is 0.00, 0.29, 0.12, 0.15. Web safe color of #da9abf is #cc99cc. Color #da9abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011010 10111111
Octal 332 232 277
Decimal 218 154 191
Hex DA 9A BF

RGB Percentages of Color #da9abf

%38.72
%27.35
%33.93

CMYK Percentages of Color #da9abf

%0
%29
%12
%15

Triadic Colors of #da9abf

#da9abf #bfda9a #9abfda

Analogous Colors of #da9abf

#da9abf #da9a9f #d59ada

Monochromatic Colors of #da9abf

#da9abf

Complementary Color

#da9abf #9adab5

#da9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9abf Color CSS Codes

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

#da9abf Text Font Color

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

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


#da9abf Background Color

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

This div background color is #da9abf


#da9abf Border Color

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

This div border color is #da9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9abf


Comments

No comments written yet.

Please login to write comment.