Color Hex Logo

#d679bf Color Hex

#D679BF
(214,121,191)
0 Favorites   0 Comments

Color spaces of #d679bf

RGB 214121191
HSL0.870.530.66
HSV315°43°84°
CMYK 0.000.430.11   0.16
XYZ43.972931.732553.0976
Yxy31.73250.34140.2464
Hunter Lab56.331640.7582-16.4540
CIE-Lab63.121245.6706-21.0072

#d679bf color RGB value is (214,121,191).

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

The process color (four color CMYK) of #d679bf color hex is 0.00, 0.43, 0.11, 0.16. Web safe color of #d679bf is #cc66cc. Color #d679bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111001 10111111
Octal 326 171 277
Decimal 214 121 191
Hex D6 79 BF

RGB Percentages of Color #d679bf

%40.68
%23.00
%36.31

CMYK Percentages of Color #d679bf

%0
%43
%11
%16

Triadic Colors of #d679bf

#d679bf #bfd679 #79bfd6

Analogous Colors of #d679bf

#d679bf #d67991 #bf79d6

Monochromatic Colors of #d679bf

#d679bf

Complementary Color

#d679bf #79d690

#d679bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d679bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d679bf Color CSS Codes

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

#d679bf Text Font Color

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

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


#d679bf Background Color

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

This div background color is #d679bf


#d679bf Border Color

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

This div border color is #d679bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d679bf


Comments

No comments written yet.

Please login to write comment.