Color Hex Logo

#da23ad Color Hex

#DA23AD
(218,35,173)
0 Favorites   0 Comments

Color spaces of #da23ad

RGB 21835173
HSL0.870.720.50
HSV315°84°85°
CMYK 0.000.840.21   0.15
XYZ37.057319.124641.2734
Yxy19.12460.38020.1962
Hunter Lab43.731774.7267-25.3450
CIE-Lab50.832777.1991-29.5151

#da23ad color RGB value is (218,35,173).

#da23ad hex color red value is 218, green value is 35 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da23ad hue: 0.87 , saturation: 0.72 and the lightness value of da23ad is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 10101101
Octal 332 43 255
Decimal 218 35 173
Hex DA 23 AD

RGB Percentages of Color #da23ad

%51.17
%8.22
%40.61

CMYK Percentages of Color #da23ad

%0
%84
%21
%15

Triadic Colors of #da23ad

#da23ad #adda23 #23adda

Analogous Colors of #da23ad

#da23ad #da2351 #ac23da

Monochromatic Colors of #da23ad

#da23ad

Complementary Color

#da23ad #23da50

#da23ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da23ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da23ad Color CSS Codes

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

#da23ad Text Font Color

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

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


#da23ad Background Color

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

This div background color is #da23ad


#da23ad Border Color

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

This div border color is #da23ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da23ad


Comments

No comments written yet.

Please login to write comment.