Color Hex Logo

#d46dad Color Hex

#D46DAD
(212,109,173)
0 Favorites   0 Comments

Color spaces of #d46dad

RGB 212109173
HSL0.900.540.63
HSV323°49°83°
CMYK 0.000.490.18   0.17
XYZ40.162827.951542.8135
Yxy27.95150.36210.2520
Hunter Lab52.869243.0789-11.0047
CIE-Lab59.844948.2844-15.7552

#d46dad color RGB value is (212,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101101 10101101
Octal 324 155 255
Decimal 212 109 173
Hex D4 6D AD

RGB Percentages of Color #d46dad

%42.91
%22.06
%35.02

CMYK Percentages of Color #d46dad

%0
%49
%18
%17

Triadic Colors of #d46dad

#d46dad #add46d #6dadd4

Analogous Colors of #d46dad

#d46dad #d46d7a #c86dd4

Monochromatic Colors of #d46dad

#d46dad

Complementary Color

#d46dad #6dd494

#d46dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46dad Color CSS Codes

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

#d46dad Text Font Color

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

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


#d46dad Background Color

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

This div background color is #d46dad


#d46dad Border Color

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

This div border color is #d46dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,109,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46dad


Comments

No comments written yet.

Please login to write comment.