Color Hex Logo

#da31ac Color Hex

#DA31AC
(218,49,172)
0 Favorites   0 Comments

Color spaces of #da31ac

RGB 21849172
HSL0.880.700.52
HSV316°78°85°
CMYK 0.000.780.21   0.15
XYZ37.458120.080640.9314
Yxy20.08060.38040.2039
Hunter Lab44.811470.7893-22.7884
CIE-Lab51.928273.7891-27.2253

#da31ac color RGB value is (218,49,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 10101100
Octal 332 61 254
Decimal 218 49 172
Hex DA 31 AC

RGB Percentages of Color #da31ac

%49.66
%11.16
%39.18

CMYK Percentages of Color #da31ac

%0
%78
%21
%15

Triadic Colors of #da31ac

#da31ac #acda31 #31acda

Analogous Colors of #da31ac

#da31ac #da3157 #b431da

Monochromatic Colors of #da31ac

#da31ac

Complementary Color

#da31ac #31da5f

#da31ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da31ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da31ac Color CSS Codes

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

#da31ac Text Font Color

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

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


#da31ac Background Color

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

This div background color is #da31ac


#da31ac Border Color

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

This div border color is #da31ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da31ac


Comments

No comments written yet.

Please login to write comment.