Color Hex Logo

#da07db Color Hex

#DA07DB
(218,7,219)
0 Favorites   0 Comments

Color spaces of #da07db

RGB 2187219
HSL0.830.940.44
HSV300°97°86°
CMYK 0.000.970.00   0.14
XYZ41.775620.171968.7096
Yxy20.17190.31970.1544
Hunter Lab44.913187.4324-59.2646
CIE-Lab52.031086.9214-54.2519

#da07db color RGB value is (218,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 11011011
Octal 332 7 333
Decimal 218 7 219
Hex DA 7 DB

RGB Percentages of Color #da07db

%49.10
%1.58
%49.32

CMYK Percentages of Color #da07db

%0
%97
%0
%14

Triadic Colors of #da07db

#da07db #dbda07 #07dbda

Analogous Colors of #da07db

#da07db #db0772 #7007db

Monochromatic Colors of #da07db

#da07db

Complementary Color

#da07db #08db07

#da07db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da07db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da07db Color CSS Codes

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

#da07db Text Font Color

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

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


#da07db Background Color

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

This div background color is #da07db


#da07db Border Color

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

This div border color is #da07db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da07db


Comments

No comments written yet.

Please login to write comment.