Color Hex Logo

#da9eef Color Hex

#DA9EEF
(218,158,239)
0 Favorites   0 Comments

Color spaces of #da9eef

RGB 218158239
HSL0.790.720.78
HSV284°34°94°
CMYK 0.090.340.00   0.06
XYZ56.720345.591187.4718
Yxy45.59110.29890.2402
Hunter Lab67.521231.7846-29.5437
CIE-Lab73.279436.1309-31.9928

#da9eef color RGB value is (218,158,239).

#da9eef hex color red value is 218, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #da9eef hue: 0.79 , saturation: 0.72 and the lightness value of da9eef is 0.78.

The process color (four color CMYK) of #da9eef color hex is 0.09, 0.34, 0.00, 0.06. Web safe color of #da9eef is #cc99ff. Color #da9eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011110 11101111
Octal 332 236 357
Decimal 218 158 239
Hex DA 9E EF

RGB Percentages of Color #da9eef

%35.45
%25.69
%38.86

CMYK Percentages of Color #da9eef

%9
%34
%0
%6

Triadic Colors of #da9eef

#da9eef #efda9e #9eefda

Analogous Colors of #da9eef

#da9eef #ef9edc #b29eef

Monochromatic Colors of #da9eef

#da9eef

Complementary Color

#da9eef #b3ef9e

#da9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9eef Color CSS Codes

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

#da9eef Text Font Color

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

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


#da9eef Background Color

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

This div background color is #da9eef


#da9eef Border Color

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

This div border color is #da9eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9eef


Comments

No comments written yet.

Please login to write comment.