Color Hex Logo

#d68aaa Color Hex

#D68AAA
(214,138,170)
0 Favorites   0 Comments

Color spaces of #d68aaa

RGB 214138170
HSL0.930.480.69
HSV335°36°84°
CMYK 0.000.360.21   0.16
XYZ44.075735.375442.5353
Yxy35.37540.36130.2900
Hunter Lab59.477228.1926-0.7674
CIE-Lab66.039933.3910-4.7561

#d68aaa color RGB value is (214,138,170).

#d68aaa hex color red value is 214, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d68aaa hue: 0.93 , saturation: 0.48 and the lightness value of d68aaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 10101010
Octal 326 212 252
Decimal 214 138 170
Hex D6 8A AA

RGB Percentages of Color #d68aaa

%41.00
%26.44
%32.57

CMYK Percentages of Color #d68aaa

%0
%36
%21
%16

Triadic Colors of #d68aaa

#d68aaa #aad68a #8aaad6

Analogous Colors of #d68aaa

#d68aaa #d6908a #d68ad0

Monochromatic Colors of #d68aaa

#d68aaa

Complementary Color

#d68aaa #8ad6b6

#d68aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68aaa Color CSS Codes

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

#d68aaa Text Font Color

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

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


#d68aaa Background Color

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

This div background color is #d68aaa


#d68aaa Border Color

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

This div border color is #d68aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68aaa


Comments

No comments written yet.

Please login to write comment.