Color Hex Logo

#d679db Color Hex

#D679DB
(214,121,219)
0 Favorites   0 Comments

Color spaces of #d679db

RGB 214121219
HSL0.820.580.67
HSV297°45°86°
CMYK 0.020.450.00   0.14
XYZ47.355133.085470.9081
Yxy33.08540.31290.2186
Hunter Lab57.519946.2960-32.8263
CIE-Lab64.230050.5620-35.0296

#d679db color RGB value is (214,121,219).

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

The process color (four color CMYK) of #d679db color hex is 0.02, 0.45, 0.00, 0.14. Web safe color of #d679db is #cc66cc. Color #d679db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111001 11011011
Octal 326 171 333
Decimal 214 121 219
Hex D6 79 DB

RGB Percentages of Color #d679db

%38.63
%21.84
%39.53

CMYK Percentages of Color #d679db

%2
%45
%0
%14

Triadic Colors of #d679db

#d679db #dbd679 #79dbd6

Analogous Colors of #d679db

#d679db #db79af #a579db

Monochromatic Colors of #d679db

#d679db

Complementary Color

#d679db #7edb79

#d679db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d679db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d679db Color CSS Codes

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

#d679db Text Font Color

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

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


#d679db Background Color

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

This div background color is #d679db


#d679db Border Color

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

This div border color is #d679db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d679db


Comments

No comments written yet.

Please login to write comment.