Color Hex Logo

#da7dab Color Hex

#DA7DAB
(218,125,171)
0 Favorites   0 Comments

Color spaces of #da7dab

RGB 218125171
HSL0.920.560.67
HSV330°43°85°
CMYK 0.000.430.22   0.15
XYZ43.597732.512942.5058
Yxy32.51290.36760.2741
Hunter Lab57.020136.6964-4.2839
CIE-Lab63.764541.7944-8.6453

#da7dab color RGB value is (218,125,171).

#da7dab hex color red value is 218, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da7dab hue: 0.92 , saturation: 0.56 and the lightness value of da7dab is 0.67.

The process color (four color CMYK) of #da7dab color hex is 0.00, 0.43, 0.22, 0.15. Web safe color of #da7dab is #cc6699. Color #da7dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111101 10101011
Octal 332 175 253
Decimal 218 125 171
Hex DA 7D AB

RGB Percentages of Color #da7dab

%42.41
%24.32
%33.27

CMYK Percentages of Color #da7dab

%0
%43
%22
%15

Triadic Colors of #da7dab

#da7dab #abda7d #7dabda

Analogous Colors of #da7dab

#da7dab #da7e7d #da7dda

Monochromatic Colors of #da7dab

#da7dab

Complementary Color

#da7dab #7ddaac

#da7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7dab Color CSS Codes

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

#da7dab Text Font Color

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

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


#da7dab Background Color

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

This div background color is #da7dab


#da7dab Border Color

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

This div border color is #da7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7dab


Comments

No comments written yet.

Please login to write comment.