Color Hex Logo

#da8eea Color Hex

#DA8EEA
(218,142,234)
0 Favorites   0 Comments

Color spaces of #da8eea

RGB 218142234
HSL0.800.690.74
HSV290°39°92°
CMYK 0.070.390.00   0.08
XYZ53.437740.191982.7832
Yxy40.19190.30290.2278
Hunter Lab63.397139.5136-33.0423
CIE-Lab69.606043.6820-34.9432

#da8eea color RGB value is (218,142,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001110 11101010
Octal 332 216 352
Decimal 218 142 234
Hex DA 8E EA

RGB Percentages of Color #da8eea

%36.70
%23.91
%39.39

CMYK Percentages of Color #da8eea

%7
%39
%0
%8

Triadic Colors of #da8eea

#da8eea #eada8e #8eeada

Analogous Colors of #da8eea

#da8eea #ea8ecc #ac8eea

Monochromatic Colors of #da8eea

#da8eea

Complementary Color

#da8eea #9eea8e

#da8eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8eea Color CSS Codes

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

#da8eea Text Font Color

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

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


#da8eea Background Color

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

This div background color is #da8eea


#da8eea Border Color

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

This div border color is #da8eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8eea


Comments

No comments written yet.

Please login to write comment.