Color Hex Logo

#da27ac Color Hex

#DA27AC
(218,39,172)
0 Favorites   0 Comments

Color spaces of #da27ac

RGB 21839172
HSL0.880.710.50
HSV315°82°85°
CMYK 0.000.820.21   0.15
XYZ37.085419.335040.8071
Yxy19.33500.38140.1989
Hunter Lab43.971673.5957-24.2430
CIE-Lab51.076976.2389-28.5469

#da27ac color RGB value is (218,39,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 10101100
Octal 332 47 254
Decimal 218 39 172
Hex DA 27 AC

RGB Percentages of Color #da27ac

%50.82
%9.09
%40.09

CMYK Percentages of Color #da27ac

%0
%82
%21
%15

Triadic Colors of #da27ac

#da27ac #acda27 #27acda

Analogous Colors of #da27ac

#da27ac #da2752 #af27da

Monochromatic Colors of #da27ac

#da27ac

Complementary Color

#da27ac #27da55

#da27ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da27ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da27ac Color CSS Codes

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

#da27ac Text Font Color

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

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


#da27ac Background Color

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

This div background color is #da27ac


#da27ac Border Color

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

This div border color is #da27ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da27ac


Comments

No comments written yet.

Please login to write comment.