Color Hex Logo

#da84db Color Hex

#DA84DB
(218,132,219)
0 Favorites   0 Comments

Color spaces of #da84db

RGB 218132219
HSL0.830.550.69
HSV299°40°86°
CMYK 0.000.400.00   0.14
XYZ49.950936.522471.4347
Yxy36.52240.31630.2313
Hunter Lab60.433841.7782-27.7791
CIE-Lab66.917246.0936-30.8247

#da84db color RGB value is (218,132,219).

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

The process color (four color CMYK) of #da84db color hex is 0.00, 0.40, 0.00, 0.14. Web safe color of #da84db is #cc99cc. Color #da84db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 11011011
Octal 332 204 333
Decimal 218 132 219
Hex DA 84 DB

RGB Percentages of Color #da84db

%38.31
%23.20
%38.49

CMYK Percentages of Color #da84db

%0
%40
%0
%14

Triadic Colors of #da84db

#da84db #dbda84 #84dbda

Analogous Colors of #da84db

#da84db #db84b1 #af84db

Monochromatic Colors of #da84db

#da84db

Complementary Color

#da84db #85db84

#da84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da84db Color CSS Codes

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

#da84db Text Font Color

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

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


#da84db Background Color

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

This div background color is #da84db


#da84db Border Color

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

This div border color is #da84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da84db


Comments

No comments written yet.

Please login to write comment.