Color Hex Logo

#d679ab Color Hex

#D679AB
(214,121,171)
0 Favorites   0 Comments

Color spaces of #d679ab

RGB 214121171
HSL0.910.530.66
HSV328°43°84°
CMYK 0.000.430.20   0.16
XYZ41.919630.911242.2851
Yxy30.91120.36420.2685
Hunter Lab55.597837.2890-6.1747
CIE-Lab62.432642.5233-10.6883

#d679ab color RGB value is (214,121,171).

#d679ab hex color red value is 214, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d679ab hue: 0.91 , saturation: 0.53 and the lightness value of d679ab is 0.66.

The process color (four color CMYK) of #d679ab color hex is 0.00, 0.43, 0.20, 0.16. Web safe color of #d679ab is #cc6699. Color #d679ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111001 10101011
Octal 326 171 253
Decimal 214 121 171
Hex D6 79 AB

RGB Percentages of Color #d679ab

%42.29
%23.91
%33.79

CMYK Percentages of Color #d679ab

%0
%43
%20
%16

Triadic Colors of #d679ab

#d679ab #abd679 #79abd6

Analogous Colors of #d679ab

#d679ab #d6797d #d379d6

Monochromatic Colors of #d679ab

#d679ab

Complementary Color

#d679ab #79d6a4

#d679ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d679ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d679ab Color CSS Codes

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

#d679ab Text Font Color

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

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


#d679ab Background Color

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

This div background color is #d679ab


#d679ab Border Color

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

This div border color is #d679ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,121,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d679ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d679ab


Comments

No comments written yet.

Please login to write comment.