Color Hex Logo

#da08eb Color Hex

#DA08EB
(218,8,235)
0 Favorites   0 Comments

Color spaces of #da08eb

RGB 2188235
HSL0.820.930.48
HSV296°97°92°
CMYK 0.070.970.00   0.08
XYZ43.995721.077380.3467
Yxy21.07730.30250.1449
Hunter Lab45.910090.7145-71.6259
CIE-Lab53.034089.2167-61.7069

#da08eb color RGB value is (218,8,235).

#da08eb hex color red value is 218, green value is 8 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #da08eb hue: 0.82 , saturation: 0.93 and the lightness value of da08eb is 0.48.

The process color (four color CMYK) of #da08eb color hex is 0.07, 0.97, 0.00, 0.08. Web safe color of #da08eb is #cc00ff. Color #da08eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 11101011
Octal 332 10 353
Decimal 218 8 235
Hex DA 8 EB

RGB Percentages of Color #da08eb

%47.29
%1.74
%50.98

CMYK Percentages of Color #da08eb

%7
%97
%0
%8

Triadic Colors of #da08eb

#da08eb #ebda08 #08ebda

Analogous Colors of #da08eb

#da08eb #eb088b #6908eb

Monochromatic Colors of #da08eb

#da08eb

Complementary Color

#da08eb #19eb08

#da08eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da08eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da08eb Color CSS Codes

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

#da08eb Text Font Color

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

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


#da08eb Background Color

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

This div background color is #da08eb


#da08eb Border Color

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

This div border color is #da08eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da08eb


Comments

No comments written yet.

Please login to write comment.