Color Hex Logo

#da5dac Color Hex

#DA5DAC
(218,93,172)
0 Favorites   0 Comments

Color spaces of #da5dac

RGB 21893172
HSL0.890.630.61
HSV322°57°85°
CMYK 0.000.570.21   0.15
XYZ40.274225.712741.8701
Yxy25.71270.37340.2384
Hunter Lab50.707753.0338-13.4613
CIE-Lab57.763357.6032-18.2599

#da5dac color RGB value is (218,93,172).

#da5dac hex color red value is 218, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da5dac hue: 0.89 , saturation: 0.63 and the lightness value of da5dac is 0.61.

The process color (four color CMYK) of #da5dac color hex is 0.00, 0.57, 0.21, 0.15. Web safe color of #da5dac is #cc6699. Color #da5dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011101 10101100
Octal 332 135 254
Decimal 218 93 172
Hex DA 5D AC

RGB Percentages of Color #da5dac

%45.13
%19.25
%35.61

CMYK Percentages of Color #da5dac

%0
%57
%21
%15

Triadic Colors of #da5dac

#da5dac #acda5d #5dacda

Analogous Colors of #da5dac

#da5dac #da5d6e #ca5dda

Monochromatic Colors of #da5dac

#da5dac

Complementary Color

#da5dac #5dda8b

#da5dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5dac Color CSS Codes

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

#da5dac Text Font Color

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

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


#da5dac Background Color

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

This div background color is #da5dac


#da5dac Border Color

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

This div border color is #da5dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5dac


Comments

No comments written yet.

Please login to write comment.