Color Hex Logo

#d68edb Color Hex

#D68EDB
(214,142,219)
0 Favorites   0 Comments

Color spaces of #d68edb

RGB 214142219
HSL0.820.520.71
HSV296°35°86°
CMYK 0.020.350.00   0.14
XYZ50.190738.756671.8533
Yxy38.75660.31210.2410
Hunter Lab62.254834.9633-24.8530
CIE-Lab68.574639.5942-28.3058

#d68edb color RGB value is (214,142,219).

#d68edb hex color red value is 214, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d68edb hue: 0.82 , saturation: 0.52 and the lightness value of d68edb is 0.71.

The process color (four color CMYK) of #d68edb color hex is 0.02, 0.35, 0.00, 0.14. Web safe color of #d68edb is #cc99cc. Color #d68edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001110 11011011
Octal 326 216 333
Decimal 214 142 219
Hex D6 8E DB

RGB Percentages of Color #d68edb

%37.22
%24.70
%38.09

CMYK Percentages of Color #d68edb

%2
%35
%0
%14

Triadic Colors of #d68edb

#d68edb #dbd68e #8edbd6

Analogous Colors of #d68edb

#d68edb #db8eba #b08edb

Monochromatic Colors of #d68edb

#d68edb

Complementary Color

#d68edb #93db8e

#d68edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68edb Color CSS Codes

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

#d68edb Text Font Color

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

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


#d68edb Background Color

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

This div background color is #d68edb


#d68edb Border Color

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

This div border color is #d68edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68edb


Comments

No comments written yet.

Please login to write comment.