Color Hex Logo

#da74aa Color Hex

#DA74AA
(218,116,170)
0 Favorites   0 Comments

Color spaces of #da74aa

RGB 218116170
HSL0.910.580.65
HSV328°47°85°
CMYK 0.000.470.22   0.15
XYZ42.414530.298541.6429
Yxy30.29850.37090.2649
Hunter Lab55.044141.2170-6.3243
CIE-Lab61.910946.2638-10.8453

#da74aa color RGB value is (218,116,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10101010
Octal 332 164 252
Decimal 218 116 170
Hex DA 74 AA

RGB Percentages of Color #da74aa

%43.25
%23.02
%33.73

CMYK Percentages of Color #da74aa

%0
%47
%22
%15

Triadic Colors of #da74aa

#da74aa #aada74 #74aada

Analogous Colors of #da74aa

#da74aa #da7477 #d774da

Monochromatic Colors of #da74aa

#da74aa

Complementary Color

#da74aa #74daa4

#da74aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da74aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da74aa Color CSS Codes

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

#da74aa Text Font Color

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

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


#da74aa Background Color

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

This div background color is #da74aa


#da74aa Border Color

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

This div border color is #da74aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,116,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 #da74aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da74aa

#da74aa Color Palettes


Comments

No comments written yet.

Please login to write comment.