Color Hex Logo

#d68eaa Color Hex

#D68EAA
(214,142,170)
0 Favorites   0 Comments

Color spaces of #d68eaa

RGB 214142170
HSL0.940.470.70
HSV337°34°84°
CMYK 0.000.340.21   0.16
XYZ44.660336.544442.7301
Yxy36.54440.36040.2949
Hunter Lab60.452026.08010.4076
CIE-Lab66.933831.2415-3.4377

#d68eaa color RGB value is (214,142,170).

#d68eaa hex color red value is 214, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d68eaa hue: 0.94 , saturation: 0.47 and the lightness value of d68eaa is 0.70.

The process color (four color CMYK) of #d68eaa color hex is 0.00, 0.34, 0.21, 0.16. Web safe color of #d68eaa is #cc9999. Color #d68eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001110 10101010
Octal 326 216 252
Decimal 214 142 170
Hex D6 8E AA

RGB Percentages of Color #d68eaa

%40.68
%27.00
%32.32

CMYK Percentages of Color #d68eaa

%0
%34
%21
%16

Triadic Colors of #d68eaa

#d68eaa #aad68e #8eaad6

Analogous Colors of #d68eaa

#d68eaa #d6968e #d68ece

Monochromatic Colors of #d68eaa

#d68eaa

Complementary Color

#d68eaa #8ed6ba

#d68eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68eaa Color CSS Codes

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

#d68eaa Text Font Color

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

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


#d68eaa Background Color

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

This div background color is #d68eaa


#d68eaa Border Color

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

This div border color is #d68eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68eaa


Comments

No comments written yet.

Please login to write comment.