Color Hex Logo

#da45ad Color Hex

#DA45AD
(218,69,173)
0 Favorites   0 Comments

Color spaces of #da45ad

RGB 21869173
HSL0.880.670.56
HSV318°68°85°
CMYK 0.000.680.21   0.15
XYZ38.584422.178841.7825
Yxy22.17880.37630.2163
Hunter Lab47.094463.8298-19.6365
CIE-Lab54.216267.5650-24.2741

#da45ad color RGB value is (218,69,173).

#da45ad hex color red value is 218, green value is 69 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da45ad hue: 0.88 , saturation: 0.67 and the lightness value of da45ad is 0.56.

The process color (four color CMYK) of #da45ad color hex is 0.00, 0.68, 0.21, 0.15. Web safe color of #da45ad is #cc3399. Color #da45ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000101 10101101
Octal 332 105 255
Decimal 218 69 173
Hex DA 45 AD

RGB Percentages of Color #da45ad

%47.39
%15.00
%37.61

CMYK Percentages of Color #da45ad

%0
%68
%21
%15

Triadic Colors of #da45ad

#da45ad #adda45 #45adda

Analogous Colors of #da45ad

#da45ad #da4563 #bd45da

Monochromatic Colors of #da45ad

#da45ad

Complementary Color

#da45ad #45da72

#da45ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da45ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da45ad Color CSS Codes

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

#da45ad Text Font Color

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

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


#da45ad Background Color

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

This div background color is #da45ad


#da45ad Border Color

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

This div border color is #da45ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da45ad


Comments

No comments written yet.

Please login to write comment.