Color Hex Logo

#da9ffb Color Hex

#DA9FFB
(218,159,251)
0 Favorites   0 Comments

Color spaces of #da9ffb

RGB 218159251
HSL0.770.920.80
HSV278°37°98°
CMYK 0.130.370.00   0.02
XYZ58.724246.666797.1793
Yxy46.66670.28990.2304
Hunter Lab68.313033.8969-36.5244
CIE-Lab73.976138.0282-37.4296

#da9ffb color RGB value is (218,159,251).

#da9ffb hex color red value is 218, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #da9ffb hue: 0.77 , saturation: 0.92 and the lightness value of da9ffb is 0.80.

The process color (four color CMYK) of #da9ffb color hex is 0.13, 0.37, 0.00, 0.02. Web safe color of #da9ffb is #cc99ff. Color #da9ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011111 11111011
Octal 332 237 373
Decimal 218 159 251
Hex DA 9F FB

RGB Percentages of Color #da9ffb

%34.71
%25.32
%39.97

CMYK Percentages of Color #da9ffb

%13
%37
%0
%2

Triadic Colors of #da9ffb

#da9ffb #fbda9f #9ffbda

Analogous Colors of #da9ffb

#da9ffb #fb9fee #ac9ffb

Monochromatic Colors of #da9ffb

#da9ffb

Complementary Color

#da9ffb #c0fb9f

#da9ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9ffb Color CSS Codes

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

#da9ffb Text Font Color

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

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


#da9ffb Background Color

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

This div background color is #da9ffb


#da9ffb Border Color

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

This div border color is #da9ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9ffb


Comments

No comments written yet.

Please login to write comment.