Color Hex Logo

#d14eaa Color Hex

#D14EAA
(209,78,170)
0 Favorites   0 Comments

Color spaces of #d14eaa

RGB 20978170
HSL0.880.590.56
HSV318°63°82°
CMYK 0.000.630.19   0.18
XYZ36.274621.906440.3467
Yxy21.90640.36820.2223
Hunter Lab46.804356.4349-18.3468
CIE-Lab53.927661.2691-23.0876

#d14eaa color RGB value is (209,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001110 10101010
Octal 321 116 252
Decimal 209 78 170
Hex D1 4E AA

RGB Percentages of Color #d14eaa

%45.73
%17.07
%37.20

CMYK Percentages of Color #d14eaa

%0
%63
%19
%18

Triadic Colors of #d14eaa

#d14eaa #aad14e #4eaad1

Analogous Colors of #d14eaa

#d14eaa #d14e69 #b74ed1

Monochromatic Colors of #d14eaa

#d14eaa

Complementary Color

#d14eaa #4ed175

#d14eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14eaa Color CSS Codes

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

#d14eaa Text Font Color

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

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


#d14eaa Background Color

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

This div background color is #d14eaa


#d14eaa Border Color

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

This div border color is #d14eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14eaa


Comments

No comments written yet.

Please login to write comment.