Color Hex Logo

#da9feb Color Hex

#DA9FEB
(218,159,235)
0 Favorites   0 Comments

Color spaces of #da9feb

RGB 218159235
HSL0.800.660.77
HSV287°32°92°
CMYK 0.070.320.00   0.08
XYZ56.307045.699984.4505
Yxy45.69990.30200.2451
Hunter Lab67.601730.3737-26.7460
CIE-Lab73.350434.8001-29.7047

#da9feb color RGB value is (218,159,235).

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

The process color (four color CMYK) of #da9feb color hex is 0.07, 0.32, 0.00, 0.08. Web safe color of #da9feb is #cc99ff. Color #da9feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011111 11101011
Octal 332 237 353
Decimal 218 159 235
Hex DA 9F EB

RGB Percentages of Color #da9feb

%35.62
%25.98
%38.40

CMYK Percentages of Color #da9feb

%7
%32
%0
%8

Triadic Colors of #da9feb

#da9feb #ebda9f #9febda

Analogous Colors of #da9feb

#da9feb #eb9fd6 #b49feb

Monochromatic Colors of #da9feb

#da9feb

Complementary Color

#da9feb #b0eb9f

#da9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9feb Color CSS Codes

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

#da9feb Text Font Color

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

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


#da9feb Background Color

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

This div background color is #da9feb


#da9feb Border Color

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

This div border color is #da9feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9feb


Comments

No comments written yet.

Please login to write comment.