Color Hex Logo

#da1dab Color Hex

#DA1DAB
(218,29,171)
0 Favorites   0 Comments

Color spaces of #da1dab

RGB 21829171
HSL0.870.770.48
HSV315°87°85°
CMYK 0.000.870.22   0.15
XYZ36.703518.724440.2078
Yxy18.72440.38380.1958
Hunter Lab43.271775.6801-24.8017
CIE-Lab50.363278.0565-29.0680

#da1dab color RGB value is (218,29,171).

#da1dab hex color red value is 218, green value is 29 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da1dab hue: 0.87 , saturation: 0.77 and the lightness value of da1dab is 0.48.

The process color (four color CMYK) of #da1dab color hex is 0.00, 0.87, 0.22, 0.15. Web safe color of #da1dab is #cc3399. Color #da1dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011101 10101011
Octal 332 35 253
Decimal 218 29 171
Hex DA 1D AB

RGB Percentages of Color #da1dab

%52.15
%6.94
%40.91

CMYK Percentages of Color #da1dab

%0
%87
%22
%15

Triadic Colors of #da1dab

#da1dab #abda1d #1dabda

Analogous Colors of #da1dab

#da1dab #da1d4d #ab1dda

Monochromatic Colors of #da1dab

#da1dab

Complementary Color

#da1dab #1dda4c

#da1dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1dab Color CSS Codes

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

#da1dab Text Font Color

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

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


#da1dab Background Color

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

This div background color is #da1dab


#da1dab Border Color

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

This div border color is #da1dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1dab


Comments

No comments written yet.

Please login to write comment.