Color Hex Logo

#d14daa Color Hex

#D14DAA
(209,77,170)
0 Favorites   0 Comments

Color spaces of #d14daa

RGB 20977170
HSL0.880.590.56
HSV318°63°82°
CMYK 0.000.630.19   0.18
XYZ36.204121.765340.3232
Yxy21.76530.36830.2214
Hunter Lab46.653356.8771-18.5880
CIE-Lab53.777161.6825-23.3191

#d14daa color RGB value is (209,77,170).

#d14daa hex color red value is 209, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d14daa hue: 0.88 , saturation: 0.59 and the lightness value of d14daa is 0.56.

The process color (four color CMYK) of #d14daa color hex is 0.00, 0.63, 0.19, 0.18. Web safe color of #d14daa is #cc6699. Color #d14daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001101 10101010
Octal 321 115 252
Decimal 209 77 170
Hex D1 4D AA

RGB Percentages of Color #d14daa

%45.83
%16.89
%37.28

CMYK Percentages of Color #d14daa

%0
%63
%19
%18

Triadic Colors of #d14daa

#d14daa #aad14d #4daad1

Analogous Colors of #d14daa

#d14daa #d14d68 #b64dd1

Monochromatic Colors of #d14daa

#d14daa

Complementary Color

#d14daa #4dd174

#d14daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14daa Color CSS Codes

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

#d14daa Text Font Color

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

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


#d14daa Background Color

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

This div background color is #d14daa


#d14daa Border Color

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

This div border color is #d14daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,77,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d14daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d14daa;
  -webkit-box-shadow: 1px 1px 3px 2px #d14daa;
  box-shadow:         1px 1px 3px 2px #d14daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,77,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14daa


Comments

No comments written yet.

Please login to write comment.