Color Hex Logo

#da88eb Color Hex

#DA88EB
(218,136,235)
0 Favorites   0 Comments

Color spaces of #da88eb

RGB 218136235
HSL0.800.710.73
HSV290°42°92°
CMYK 0.070.420.00   0.08
XYZ52.713038.511983.2525
Yxy38.51190.30210.2207
Hunter Lab62.058043.0193-36.0986
CIE-Lab68.396247.0226-37.3733

#da88eb color RGB value is (218,136,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 11101011
Octal 332 210 353
Decimal 218 136 235
Hex DA 88 EB

RGB Percentages of Color #da88eb

%37.01
%23.09
%39.90

CMYK Percentages of Color #da88eb

%7
%42
%0
%8

Triadic Colors of #da88eb

#da88eb #ebda88 #88ebda

Analogous Colors of #da88eb

#da88eb #eb88cb #a988eb

Monochromatic Colors of #da88eb

#da88eb

Complementary Color

#da88eb #99eb88

#da88eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da88eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da88eb Color CSS Codes

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

#da88eb Text Font Color

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

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


#da88eb Background Color

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

This div background color is #da88eb


#da88eb Border Color

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

This div border color is #da88eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da88eb


Comments

No comments written yet.

Please login to write comment.