Color Hex Logo

#d14eab Color Hex

#D14EAB
(209,78,171)
0 Favorites   0 Comments

Color spaces of #d14eab

RGB 20978171
HSL0.880.590.56
HSV317°63°82°
CMYK 0.000.630.18   0.18
XYZ36.369621.944440.8469
Yxy21.94440.36680.2213
Hunter Lab46.844956.6061-18.9072
CIE-Lab53.968061.4112-23.6091

#d14eab color RGB value is (209,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001110 10101011
Octal 321 116 253
Decimal 209 78 171
Hex D1 4E AB

RGB Percentages of Color #d14eab

%45.63
%17.03
%37.34

CMYK Percentages of Color #d14eab

%0
%63
%18
%18

Triadic Colors of #d14eab

#d14eab #abd14e #4eabd1

Analogous Colors of #d14eab

#d14eab #d14e6a #b64ed1

Monochromatic Colors of #d14eab

#d14eab

Complementary Color

#d14eab #4ed174

#d14eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14eab Color CSS Codes

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

#d14eab Text Font Color

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

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


#d14eab Background Color

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

This div background color is #d14eab


#d14eab Border Color

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

This div border color is #d14eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14eab


Comments

No comments written yet.

Please login to write comment.