Color Hex Logo

#d681db Color Hex

#D681DB
(214,129,219)
0 Favorites   0 Comments

Color spaces of #d681db

RGB 214129219
HSL0.820.560.68
HSV297°41°86°
CMYK 0.020.410.00   0.14
XYZ48.368035.111171.2457
Yxy35.11110.31260.2269
Hunter Lab59.254642.0093-29.8100
CIE-Lab65.835146.4498-32.5370

#d681db color RGB value is (214,129,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 11011011
Octal 326 201 333
Decimal 214 129 219
Hex D6 81 DB

RGB Percentages of Color #d681db

%38.08
%22.95
%38.97

CMYK Percentages of Color #d681db

%2
%41
%0
%14

Triadic Colors of #d681db

#d681db #dbd681 #81dbd6

Analogous Colors of #d681db

#d681db #db81b3 #a981db

Monochromatic Colors of #d681db

#d681db

Complementary Color

#d681db #86db81

#d681db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d681db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d681db Color CSS Codes

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

#d681db Text Font Color

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

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


#d681db Background Color

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

This div background color is #d681db


#d681db Border Color

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

This div border color is #d681db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d681db


Comments

No comments written yet.

Please login to write comment.