Color Hex Logo

#da27ad Color Hex

#DA27AD
(218,39,173)
0 Favorites   0 Comments

Color spaces of #da27ad

RGB 21839173
HSL0.880.710.50
HSV315°82°85°
CMYK 0.000.820.21   0.15
XYZ37.181819.373641.3149
Yxy19.37360.37990.1980
Hunter Lab44.015573.7598-24.8415
CIE-Lab51.121576.3629-29.0657

#da27ad color RGB value is (218,39,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 10101101
Octal 332 47 255
Decimal 218 39 173
Hex DA 27 AD

RGB Percentages of Color #da27ad

%50.70
%9.07
%40.23

CMYK Percentages of Color #da27ad

%0
%82
%21
%15

Triadic Colors of #da27ad

#da27ad #adda27 #27adda

Analogous Colors of #da27ad

#da27ad #da2753 #ae27da

Monochromatic Colors of #da27ad

#da27ad

Complementary Color

#da27ad #27da54

#da27ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da27ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da27ad Color CSS Codes

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

#da27ad Text Font Color

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

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


#da27ad Background Color

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

This div background color is #da27ad


#da27ad Border Color

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

This div border color is #da27ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da27ad


Comments

No comments written yet.

Please login to write comment.