Color Hex Logo

#d68dbe Color Hex

#D68DBE
(214,141,190)
0 Favorites   0 Comments

Color spaces of #d68dbe

RGB 214141190
HSL0.890.470.70
HSV320°34°84°
CMYK 0.000.340.11   0.16
XYZ46.550737.063653.4157
Yxy37.06360.33970.2705
Hunter Lab60.879929.9470-9.4048
CIE-Lab67.324734.9655-14.0735

#d68dbe color RGB value is (214,141,190).

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

The process color (four color CMYK) of #d68dbe color hex is 0.00, 0.34, 0.11, 0.16. Web safe color of #d68dbe is #cc99cc. Color #d68dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001101 10111110
Octal 326 215 276
Decimal 214 141 190
Hex D6 8D BE

RGB Percentages of Color #d68dbe

%39.27
%25.87
%34.86

CMYK Percentages of Color #d68dbe

%0
%34
%11
%16

Triadic Colors of #d68dbe

#d68dbe #bed68d #8dbed6

Analogous Colors of #d68dbe

#d68dbe #d68d9a #ca8dd6

Monochromatic Colors of #d68dbe

#d68dbe

Complementary Color

#d68dbe #8dd6a5

#d68dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68dbe Color CSS Codes

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

#d68dbe Text Font Color

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

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


#d68dbe Background Color

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

This div background color is #d68dbe


#d68dbe Border Color

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

This div border color is #d68dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68dbe


Comments

No comments written yet.

Please login to write comment.