Color Hex Logo

#da4faa Color Hex

#DA4FAA
(218,79,170)
0 Favorites   0 Comments

Color spaces of #da4faa

RGB 21879170
HSL0.890.650.58
HSV321°64°85°
CMYK 0.000.640.22   0.15
XYZ38.965123.399740.4931
Yxy23.39970.37880.2275
Hunter Lab48.373259.1303-15.7702
CIE-Lab55.481763.3240-20.5816

#da4faa color RGB value is (218,79,170).

#da4faa hex color red value is 218, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da4faa hue: 0.89 , saturation: 0.65 and the lightness value of da4faa is 0.58.

The process color (four color CMYK) of #da4faa color hex is 0.00, 0.64, 0.22, 0.15. Web safe color of #da4faa is #cc6699. Color #da4faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001111 10101010
Octal 332 117 252
Decimal 218 79 170
Hex DA 4F AA

RGB Percentages of Color #da4faa

%46.68
%16.92
%36.40

CMYK Percentages of Color #da4faa

%0
%64
%22
%15

Triadic Colors of #da4faa

#da4faa #aada4f #4faada

Analogous Colors of #da4faa

#da4faa #da4f65 #c54fda

Monochromatic Colors of #da4faa

#da4faa

Complementary Color

#da4faa #4fda7f

#da4faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4faa Color CSS Codes

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

#da4faa Text Font Color

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

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


#da4faa Background Color

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

This div background color is #da4faa


#da4faa Border Color

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

This div border color is #da4faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4faa


Comments

No comments written yet.

Please login to write comment.