Color Hex Logo

#da82eb Color Hex

#DA82EB
(218,130,235)
0 Favorites   0 Comments

Color spaces of #da82eb

RGB 218130235
HSL0.810.720.72
HSV290°45°92°
CMYK 0.070.450.00   0.08
XYZ51.891536.868882.9787
Yxy36.86880.30220.2147
Hunter Lab60.719746.2880-38.5211
CIE-Lab67.178550.1262-39.2721

#da82eb color RGB value is (218,130,235).

#da82eb hex color red value is 218, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #da82eb hue: 0.81 , saturation: 0.72 and the lightness value of da82eb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 11101011
Octal 332 202 353
Decimal 218 130 235
Hex DA 82 EB

RGB Percentages of Color #da82eb

%37.39
%22.30
%40.31

CMYK Percentages of Color #da82eb

%7
%45
%0
%8

Triadic Colors of #da82eb

#da82eb #ebda82 #82ebda

Analogous Colors of #da82eb

#da82eb #eb82c8 #a682eb

Monochromatic Colors of #da82eb

#da82eb

Complementary Color

#da82eb #93eb82

#da82eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da82eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da82eb Color CSS Codes

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

#da82eb Text Font Color

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

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


#da82eb Background Color

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

This div background color is #da82eb


#da82eb Border Color

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

This div border color is #da82eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da82eb


Comments

No comments written yet.

Please login to write comment.