Color Hex Logo

#da8bef Color Hex

#DA8BEF
(218,139,239)
0 Favorites   0 Comments

Color spaces of #da8bef

RGB 218139239
HSL0.800.760.74
HSV287°42°94°
CMYK 0.090.420.00   0.06
XYZ53.726039.602786.4738
Yxy39.60270.29880.2203
Hunter Lab62.930742.2627-37.4196
CIE-Lab69.185646.2348-38.3413

#da8bef color RGB value is (218,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001011 11101111
Octal 332 213 357
Decimal 218 139 239
Hex DA 8B EF

RGB Percentages of Color #da8bef

%36.58
%23.32
%40.10

CMYK Percentages of Color #da8bef

%9
%42
%0
%6

Triadic Colors of #da8bef

#da8bef #efda8b #8befda

Analogous Colors of #da8bef

#da8bef #ef8bd2 #a88bef

Monochromatic Colors of #da8bef

#da8bef

Complementary Color

#da8bef #a0ef8b

#da8bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8bef Color CSS Codes

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

#da8bef Text Font Color

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

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


#da8bef Background Color

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

This div background color is #da8bef


#da8bef Border Color

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

This div border color is #da8bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8bef


Comments

No comments written yet.

Please login to write comment.