Color Hex Logo

#d68daf Color Hex

#D68DAF
(214,141,175)
0 Favorites   0 Comments

Color spaces of #d68daf

RGB 214141175
HSL0.920.470.70
HSV332°34°84°
CMYK 0.000.340.18   0.16
XYZ44.994336.441045.2198
Yxy36.44100.35530.2877
Hunter Lab60.366427.4045-2.1570
CIE-Lab66.855532.5456-6.3631

#d68daf color RGB value is (214,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001101 10101111
Octal 326 215 257
Decimal 214 141 175
Hex D6 8D AF

RGB Percentages of Color #d68daf

%40.38
%26.60
%33.02

CMYK Percentages of Color #d68daf

%0
%34
%18
%16

Triadic Colors of #d68daf

#d68daf #afd68d #8dafd6

Analogous Colors of #d68daf

#d68daf #d6908d #d68dd4

Monochromatic Colors of #d68daf

#d68daf

Complementary Color

#d68daf #8dd6b4

#d68daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68daf Color CSS Codes

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

#d68daf Text Font Color

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

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


#d68daf Background Color

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

This div background color is #d68daf


#d68daf Border Color

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

This div border color is #d68daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,141,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d68daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68daf


Comments

No comments written yet.

Please login to write comment.