Color Hex Logo

#da8eed Color Hex

#DA8EED
(218,142,237)
0 Favorites   0 Comments

Color spaces of #da8eed

RGB 218142237
HSL0.800.730.74
HSV288°40°93°
CMYK 0.080.400.00   0.07
XYZ53.872540.365985.0728
Yxy40.36590.30040.2251
Hunter Lab63.534240.1707-34.9159
CIE-Lab69.729444.2665-36.3981

#da8eed color RGB value is (218,142,237).

#da8eed hex color red value is 218, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da8eed hue: 0.80 , saturation: 0.73 and the lightness value of da8eed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001110 11101101
Octal 332 216 355
Decimal 218 142 237
Hex DA 8E ED

RGB Percentages of Color #da8eed

%36.52
%23.79
%39.70

CMYK Percentages of Color #da8eed

%8
%40
%0
%7

Triadic Colors of #da8eed

#da8eed #edda8e #8eedda

Analogous Colors of #da8eed

#da8eed #ed8ed1 #ab8eed

Monochromatic Colors of #da8eed

#da8eed

Complementary Color

#da8eed #a1ed8e

#da8eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8eed Color CSS Codes

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

#da8eed Text Font Color

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

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


#da8eed Background Color

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

This div background color is #da8eed


#da8eed Border Color

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

This div border color is #da8eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8eed


Comments

No comments written yet.

Please login to write comment.