Color Hex Logo

#d46dab Color Hex

#D46DAB
(212,109,171)
0 Favorites   0 Comments

Color spaces of #d46dab

RGB 212109171
HSL0.900.540.63
HSV324°49°83°
CMYK 0.000.490.19   0.17
XYZ39.970727.874641.8017
Yxy27.87460.36450.2542
Hunter Lab52.796442.7437-9.9855
CIE-Lab59.775347.9853-14.7118

#d46dab color RGB value is (212,109,171).

#d46dab hex color red value is 212, green value is 109 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d46dab hue: 0.90 , saturation: 0.54 and the lightness value of d46dab is 0.63.

The process color (four color CMYK) of #d46dab color hex is 0.00, 0.49, 0.19, 0.17. Web safe color of #d46dab is #cc6699. Color #d46dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101101 10101011
Octal 324 155 253
Decimal 212 109 171
Hex D4 6D AB

RGB Percentages of Color #d46dab

%43.09
%22.15
%34.76

CMYK Percentages of Color #d46dab

%0
%49
%19
%17

Triadic Colors of #d46dab

#d46dab #abd46d #6dabd4

Analogous Colors of #d46dab

#d46dab #d46d78 #ca6dd4

Monochromatic Colors of #d46dab

#d46dab

Complementary Color

#d46dab #6dd496

#d46dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46dab Color CSS Codes

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

#d46dab Text Font Color

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

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


#d46dab Background Color

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

This div background color is #d46dab


#d46dab Border Color

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

This div border color is #d46dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46dab


Comments

No comments written yet.

Please login to write comment.