Color Hex Logo

#da4aae Color Hex

#DA4AAE
(218,74,174)
0 Favorites   0 Comments

Color spaces of #da4aae

RGB 21874174
HSL0.880.660.57
HSV318°66°85°
CMYK 0.000.660.20   0.15
XYZ39.002222.859042.4010
Yxy22.85900.37410.2192
Hunter Lab47.811161.9431-19.1133
CIE-Lab54.926865.8336-23.7626

#da4aae color RGB value is (218,74,174).

#da4aae hex color red value is 218, green value is 74 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #da4aae hue: 0.88 , saturation: 0.66 and the lightness value of da4aae is 0.57.

The process color (four color CMYK) of #da4aae color hex is 0.00, 0.66, 0.20, 0.15. Web safe color of #da4aae is #cc3399. Color #da4aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 10101110
Octal 332 112 256
Decimal 218 74 174
Hex DA 4A AE

RGB Percentages of Color #da4aae

%46.78
%15.88
%37.34

CMYK Percentages of Color #da4aae

%0
%66
%20
%15

Triadic Colors of #da4aae

#da4aae #aeda4a #4aaeda

Analogous Colors of #da4aae

#da4aae #da4a66 #be4ada

Monochromatic Colors of #da4aae

#da4aae

Complementary Color

#da4aae #4ada76

#da4aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4aae Color CSS Codes

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

#da4aae Text Font Color

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

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


#da4aae Background Color

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

This div background color is #da4aae


#da4aae Border Color

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

This div border color is #da4aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4aae


Comments

No comments written yet.

Please login to write comment.