Color Hex Logo

#d68caa Color Hex

#D68CAA
(214,140,170)
0 Favorites   0 Comments

Color spaces of #d68caa

RGB 214140170
HSL0.930.470.69
HSV336°35°84°
CMYK 0.000.350.21   0.16
XYZ44.365335.954642.6318
Yxy35.95460.36080.2924
Hunter Lab59.962227.1363-0.1804
CIE-Lab66.485232.3173-4.0988

#d68caa color RGB value is (214,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001100 10101010
Octal 326 214 252
Decimal 214 140 170
Hex D6 8C AA

RGB Percentages of Color #d68caa

%40.84
%26.72
%32.44

CMYK Percentages of Color #d68caa

%0
%35
%21
%16

Triadic Colors of #d68caa

#d68caa #aad68c #8caad6

Analogous Colors of #d68caa

#d68caa #d6938c #d68ccf

Monochromatic Colors of #d68caa

#d68caa

Complementary Color

#d68caa #8cd6b8

#d68caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68caa Color CSS Codes

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

#d68caa Text Font Color

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

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


#d68caa Background Color

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

This div background color is #d68caa


#d68caa Border Color

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

This div border color is #d68caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68caa


Comments

No comments written yet.

Please login to write comment.