Color Hex Logo

#da84bb Color Hex

#DA84BB
(218,132,187)
0 Favorites   0 Comments

Color spaces of #da84bb

RGB 218132187
HSL0.890.540.69
HSV322°39°85°
CMYK 0.000.390.14   0.15
XYZ46.134334.995851.3370
Yxy34.99580.34830.2642
Hunter Lab59.157235.6796-10.0421
CIE-Lab65.745440.5942-14.7232

#da84bb color RGB value is (218,132,187).

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

The process color (four color CMYK) of #da84bb color hex is 0.00, 0.39, 0.14, 0.15. Web safe color of #da84bb is #cc99cc. Color #da84bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 10111011
Octal 332 204 273
Decimal 218 132 187
Hex DA 84 BB

RGB Percentages of Color #da84bb

%40.60
%24.58
%34.82

CMYK Percentages of Color #da84bb

%0
%39
%14
%15

Triadic Colors of #da84bb

#da84bb #bbda84 #84bbda

Analogous Colors of #da84bb

#da84bb #da8490 #ce84da

Monochromatic Colors of #da84bb

#da84bb

Complementary Color

#da84bb #84daa3

#da84bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da84bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da84bb Color CSS Codes

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

#da84bb Text Font Color

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

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


#da84bb Background Color

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

This div background color is #da84bb


#da84bb Border Color

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

This div border color is #da84bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da84bb


Comments

No comments written yet.

Please login to write comment.