Color Hex Logo

#da08db Color Hex

#DA08DB
(218,8,219)
0 Favorites   0 Comments

Color spaces of #da08db

RGB 2188219
HSL0.830.930.45
HSV300°96°86°
CMYK 0.000.960.00   0.14
XYZ41.786520.193668.7132
Yxy20.19360.31970.1545
Hunter Lab44.937387.3442-59.2037
CIE-Lab52.055486.8494-54.2128

#da08db color RGB value is (218,8,219).

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

The process color (four color CMYK) of #da08db color hex is 0.00, 0.96, 0.00, 0.14. Web safe color of #da08db is #cc00cc. Color #da08db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 11011011
Octal 332 10 333
Decimal 218 8 219
Hex DA 8 DB

RGB Percentages of Color #da08db

%48.99
%1.80
%49.21

CMYK Percentages of Color #da08db

%0
%96
%0
%14

Triadic Colors of #da08db

#da08db #dbda08 #08dbda

Analogous Colors of #da08db

#da08db #db0873 #7108db

Monochromatic Colors of #da08db

#da08db

Complementary Color

#da08db #09db08

#da08db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da08db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da08db Color CSS Codes

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

#da08db Text Font Color

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

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


#da08db Background Color

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

This div background color is #da08db


#da08db Border Color

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

This div border color is #da08db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da08db


Comments

No comments written yet.

Please login to write comment.