Color Hex Logo

#da84ba Color Hex

#DA84BA
(218,132,186)
0 Favorites   0 Comments

Color spaces of #da84ba

RGB 218132186
HSL0.900.540.69
HSV322°39°85°
CMYK 0.000.390.15   0.15
XYZ46.027634.953150.7751
Yxy34.95310.34930.2653
Hunter Lab59.121135.5056-9.5353
CIE-Lab65.712140.4344-14.2105

#da84ba color RGB value is (218,132,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 10111010
Octal 332 204 272
Decimal 218 132 186
Hex DA 84 BA

RGB Percentages of Color #da84ba

%40.67
%24.63
%34.70

CMYK Percentages of Color #da84ba

%0
%39
%15
%15

Triadic Colors of #da84ba

#da84ba #bada84 #84bada

Analogous Colors of #da84ba

#da84ba #da848f #cf84da

Monochromatic Colors of #da84ba

#da84ba

Complementary Color

#da84ba #84daa4

#da84ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da84ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da84ba Color CSS Codes

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

#da84ba Text Font Color

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

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


#da84ba Background Color

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

This div background color is #da84ba


#da84ba Border Color

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

This div border color is #da84ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da84ba


Comments

No comments written yet.

Please login to write comment.