Color Hex Logo

#d68bdd Color Hex

#D68BDD
(214,139,221)
0 Favorites   0 Comments

Color spaces of #d68bdd

RGB 214139221
HSL0.820.550.71
HSV295°37°87°
CMYK 0.030.370.00   0.13
XYZ50.015337.981873.1017
Yxy37.98180.31050.2358
Hunter Lab61.629437.0102-27.1863
CIE-Lab68.007241.5685-30.2867

#d68bdd color RGB value is (214,139,221).

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

The process color (four color CMYK) of #d68bdd color hex is 0.03, 0.37, 0.00, 0.13. Web safe color of #d68bdd is #cc99cc. Color #d68bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11011101
Octal 326 213 335
Decimal 214 139 221
Hex D6 8B DD

RGB Percentages of Color #d68bdd

%37.28
%24.22
%38.50

CMYK Percentages of Color #d68bdd

%3
%37
%0
%13

Triadic Colors of #d68bdd

#d68bdd #ddd68b #8bddd6

Analogous Colors of #d68bdd

#d68bdd #dd8bbb #ad8bdd

Monochromatic Colors of #d68bdd

#d68bdd

Complementary Color

#d68bdd #92dd8b

#d68bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bdd Color CSS Codes

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

#d68bdd Text Font Color

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

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


#d68bdd Background Color

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

This div background color is #d68bdd


#d68bdd Border Color

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

This div border color is #d68bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bdd


Comments

No comments written yet.

Please login to write comment.