Color Hex Logo

#da9bbf Color Hex

#DA9BBF
(218,155,191)
0 Favorites   0 Comments

Color spaces of #da9bbf

RGB 218155191
HSL0.900.460.73
HSV326°29°85°
CMYK 0.000.290.12   0.15
XYZ50.038842.109754.7809
Yxy42.10970.34060.2866
Hunter Lab64.892024.0820-4.6274
CIE-Lab70.946528.9623-9.1616

#da9bbf color RGB value is (218,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011011 10111111
Octal 332 233 277
Decimal 218 155 191
Hex DA 9B BF

RGB Percentages of Color #da9bbf

%38.65
%27.48
%33.87

CMYK Percentages of Color #da9bbf

%0
%29
%12
%15

Triadic Colors of #da9bbf

#da9bbf #bfda9b #9bbfda

Analogous Colors of #da9bbf

#da9bbf #da9ba0 #d69bda

Monochromatic Colors of #da9bbf

#da9bbf

Complementary Color

#da9bbf #9bdab6

#da9bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9bbf Color CSS Codes

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

#da9bbf Text Font Color

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

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


#da9bbf Background Color

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

This div background color is #da9bbf


#da9bbf Border Color

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

This div border color is #da9bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9bbf


Comments

No comments written yet.

Please login to write comment.