Color Hex Logo

#da89eb Color Hex

#DA89EB
(218,137,235)
0 Favorites   0 Comments

Color spaces of #da89eb

RGB 218137235
HSL0.800.710.73
HSV290°42°92°
CMYK 0.070.420.00   0.08
XYZ52.854538.794983.2997
Yxy38.79490.30210.2217
Hunter Lab62.285642.4725-35.6936
CIE-Lab68.602446.5010-37.0523

#da89eb color RGB value is (218,137,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 11101011
Octal 332 211 353
Decimal 218 137 235
Hex DA 89 EB

RGB Percentages of Color #da89eb

%36.95
%23.22
%39.83

CMYK Percentages of Color #da89eb

%7
%42
%0
%8

Triadic Colors of #da89eb

#da89eb #ebda89 #89ebda

Analogous Colors of #da89eb

#da89eb #eb89cb #a989eb

Monochromatic Colors of #da89eb

#da89eb

Complementary Color

#da89eb #9aeb89

#da89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da89eb Color CSS Codes

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

#da89eb Text Font Color

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

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


#da89eb Background Color

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

This div background color is #da89eb


#da89eb Border Color

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

This div border color is #da89eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da89eb


Comments

No comments written yet.

Please login to write comment.