Color Hex Logo

#d68bdb Color Hex

#D68BDB
(214,139,219)
0 Favorites   0 Comments

Color spaces of #d68bdb

RGB 214139219
HSL0.820.530.70
HSV296°37°86°
CMYK 0.020.370.00   0.14
XYZ49.750437.875971.7065
Yxy37.87590.31220.2377
Hunter Lab61.543436.5947-26.0006
CIE-Lab67.929141.1914-29.3002

#d68bdb color RGB value is (214,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11011011
Octal 326 213 333
Decimal 214 139 219
Hex D6 8B DB

RGB Percentages of Color #d68bdb

%37.41
%24.30
%38.29

CMYK Percentages of Color #d68bdb

%2
%37
%0
%14

Triadic Colors of #d68bdb

#d68bdb #dbd68b #8bdbd6

Analogous Colors of #d68bdb

#d68bdb #db8bb8 #ae8bdb

Monochromatic Colors of #d68bdb

#d68bdb

Complementary Color

#d68bdb #90db8b

#d68bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bdb Color CSS Codes

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

#d68bdb Text Font Color

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

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


#d68bdb Background Color

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

This div background color is #d68bdb


#d68bdb Border Color

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

This div border color is #d68bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bdb


Comments

No comments written yet.

Please login to write comment.