Color Hex Logo

#da65aa Color Hex

#DA65AA
(218,101,170)
0 Favorites   0 Comments

Color spaces of #da65aa

RGB 218101170
HSL0.900.610.63
HSV325°54°85°
CMYK 0.000.540.22   0.15
XYZ40.822827.115141.1123
Yxy27.11510.37430.2486
Hunter Lab52.072248.8116-10.3605
CIE-Lab59.080753.6224-15.1058

#da65aa color RGB value is (218,101,170).

#da65aa hex color red value is 218, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da65aa hue: 0.90 , saturation: 0.61 and the lightness value of da65aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100101 10101010
Octal 332 145 252
Decimal 218 101 170
Hex DA 65 AA

RGB Percentages of Color #da65aa

%44.58
%20.65
%34.76

CMYK Percentages of Color #da65aa

%0
%54
%22
%15

Triadic Colors of #da65aa

#da65aa #aada65 #65aada

Analogous Colors of #da65aa

#da65aa #da6570 #d065da

Monochromatic Colors of #da65aa

#da65aa

Complementary Color

#da65aa #65da95

#da65aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da65aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da65aa Color CSS Codes

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

#da65aa Text Font Color

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

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


#da65aa Background Color

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

This div background color is #da65aa


#da65aa Border Color

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

This div border color is #da65aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da65aa


Comments

No comments written yet.

Please login to write comment.