Color Hex Logo

#d69bdb Color Hex

#D69BDB
(214,155,219)
0 Favorites   0 Comments

Color spaces of #d69bdb

RGB 214155219
HSL0.820.470.73
HSV295°29°86°
CMYK 0.020.290.00   0.14
XYZ52.239142.853372.5360
Yxy42.85330.31160.2556
Hunter Lab65.462427.8840-19.8729
CIE-Lab71.455332.6022-23.8888

#d69bdb color RGB value is (214,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 11011011
Octal 326 233 333
Decimal 214 155 219
Hex D6 9B DB

RGB Percentages of Color #d69bdb

%36.39
%26.36
%37.24

CMYK Percentages of Color #d69bdb

%2
%29
%0
%14

Triadic Colors of #d69bdb

#d69bdb #dbd69b #9bdbd6

Analogous Colors of #d69bdb

#d69bdb #db9bc0 #b69bdb

Monochromatic Colors of #d69bdb

#d69bdb

Complementary Color

#d69bdb #a0db9b

#d69bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69bdb Color CSS Codes

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

#d69bdb Text Font Color

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

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


#d69bdb Background Color

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

This div background color is #d69bdb


#d69bdb Border Color

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

This div border color is #d69bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69bdb


Comments

No comments written yet.

Please login to write comment.