Color Hex Logo

#da84da Color Hex

#DA84DA
(218,132,218)
0 Favorites   0 Comments

Color spaces of #da84da

RGB 218132218
HSL0.830.540.69
HSV300°39°85°
CMYK 0.000.390.00   0.15
XYZ49.819636.469970.7433
Yxy36.46990.31730.2322
Hunter Lab60.390341.5723-27.1811
CIE-Lab66.877445.9111-30.3307

#da84da color RGB value is (218,132,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 11011010
Octal 332 204 332
Decimal 218 132 218
Hex DA 84 DA

RGB Percentages of Color #da84da

%38.38
%23.24
%38.38

CMYK Percentages of Color #da84da

%0
%39
%0
%15

Triadic Colors of #da84da

#da84da #dada84 #84dada

Analogous Colors of #da84da

#da84da #da84af #af84da

Monochromatic Colors of #da84da

#da84da

Complementary Color

#da84da #84da84

#da84da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da84da Color Preview on White Background

Lorem ipsum dolor sit amet.

#da84da Color CSS Codes

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

#da84da Text Font Color

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

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


#da84da Background Color

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

This div background color is #da84da


#da84da Border Color

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

This div border color is #da84da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da84da


Comments

No comments written yet.

Please login to write comment.