Color Hex Logo

#da8beb Color Hex

#DA8BEB
(218,139,235)
0 Favorites   0 Comments

Color spaces of #da8beb

RGB 218139235
HSL0.800.710.73
HSV289°41°92°
CMYK 0.070.410.00   0.08
XYZ53.141539.368883.3953
Yxy39.36880.30210.2238
Hunter Lab62.744641.3776-34.8826
CIE-Lab69.017645.4544-36.4065

#da8beb color RGB value is (218,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001011 11101011
Octal 332 213 353
Decimal 218 139 235
Hex DA 8B EB

RGB Percentages of Color #da8beb

%36.82
%23.48
%39.70

CMYK Percentages of Color #da8beb

%7
%41
%0
%8

Triadic Colors of #da8beb

#da8beb #ebda8b #8bebda

Analogous Colors of #da8beb

#da8beb #eb8bcc #aa8beb

Monochromatic Colors of #da8beb

#da8beb

Complementary Color

#da8beb #9ceb8b

#da8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8beb Color CSS Codes

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

#da8beb Text Font Color

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

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


#da8beb Background Color

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

This div background color is #da8beb


#da8beb Border Color

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

This div border color is #da8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8beb


Comments

No comments written yet.

Please login to write comment.