Color Hex Logo

#da23ae Color Hex

#DA23AE
(218,35,174)
0 Favorites   0 Comments

Color spaces of #da23ae

RGB 21835174
HSL0.870.720.50
HSV314°84°85°
CMYK 0.000.840.20   0.15
XYZ37.154519.163541.7851
Yxy19.16350.37870.1953
Hunter Lab43.776174.8916-25.9501
CIE-Lab50.877977.3230-30.0327

#da23ae color RGB value is (218,35,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 10101110
Octal 332 43 256
Decimal 218 35 174
Hex DA 23 AE

RGB Percentages of Color #da23ae

%51.05
%8.20
%40.75

CMYK Percentages of Color #da23ae

%0
%84
%20
%15

Triadic Colors of #da23ae

#da23ae #aeda23 #23aeda

Analogous Colors of #da23ae

#da23ae #da2352 #ab23da

Monochromatic Colors of #da23ae

#da23ae

Complementary Color

#da23ae #23da4f

#da23ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da23ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da23ae Color CSS Codes

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

#da23ae Text Font Color

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

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


#da23ae Background Color

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

This div background color is #da23ae


#da23ae Border Color

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

This div border color is #da23ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da23ae


Comments

No comments written yet.

Please login to write comment.