Color Hex Logo

#da8aef Color Hex

#DA8AEF
(218,138,239)
0 Favorites   0 Comments

Color spaces of #da8aef

RGB 218138239
HSL0.800.760.74
HSV288°42°94°
CMYK 0.090.420.00   0.06
XYZ53.581939.314486.4257
Yxy39.31440.29880.2192
Hunter Lab62.701242.8118-37.8330
CIE-Lab68.978446.7580-38.6642

#da8aef color RGB value is (218,138,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 11101111
Octal 332 212 357
Decimal 218 138 239
Hex DA 8A EF

RGB Percentages of Color #da8aef

%36.64
%23.19
%40.17

CMYK Percentages of Color #da8aef

%9
%42
%0
%6

Triadic Colors of #da8aef

#da8aef #efda8a #8aefda

Analogous Colors of #da8aef

#da8aef #ef8ad2 #a88aef

Monochromatic Colors of #da8aef

#da8aef

Complementary Color

#da8aef #9fef8a

#da8aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8aef Color CSS Codes

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

#da8aef Text Font Color

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

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


#da8aef Background Color

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

This div background color is #da8aef


#da8aef Border Color

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

This div border color is #da8aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,138,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 #da8aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8aef


Comments

No comments written yet.

Please login to write comment.