Color Hex Logo

#d678db Color Hex

#D678DB
(214,120,219)
0 Favorites   0 Comments

Color spaces of #d678db

RGB 214120219
HSL0.820.580.66
HSV297°45°86°
CMYK 0.020.450.00   0.14
XYZ47.234232.843670.8678
Yxy32.84360.31290.2176
Hunter Lab57.309346.8279-33.2005
CIE-Lab64.034151.0689-35.3346

#d678db color RGB value is (214,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111000 11011011
Octal 326 170 333
Decimal 214 120 219
Hex D6 78 DB

RGB Percentages of Color #d678db

%38.70
%21.70
%39.60

CMYK Percentages of Color #d678db

%2
%45
%0
%14

Triadic Colors of #d678db

#d678db #dbd678 #78dbd6

Analogous Colors of #d678db

#d678db #db78af #a578db

Monochromatic Colors of #d678db

#d678db

Complementary Color

#d678db #7ddb78

#d678db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d678db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d678db Color CSS Codes

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

#d678db Text Font Color

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

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


#d678db Background Color

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

This div background color is #d678db


#d678db Border Color

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

This div border color is #d678db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d678db


Comments

No comments written yet.

Please login to write comment.