Color Hex Logo

#d677bf Color Hex

#D677BF
(214,119,191)
0 Favorites   0 Comments

Color spaces of #d677bf

RGB 214119191
HSL0.870.540.65
HSV315°44°84°
CMYK 0.000.440.11   0.16
XYZ43.732431.251453.0174
Yxy31.25140.34170.2441
Hunter Lab55.903041.8089-17.0976
CIE-Lab62.719346.6966-21.6208

#d677bf color RGB value is (214,119,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110111 10111111
Octal 326 167 277
Decimal 214 119 191
Hex D6 77 BF

RGB Percentages of Color #d677bf

%40.84
%22.71
%36.45

CMYK Percentages of Color #d677bf

%0
%44
%11
%16

Triadic Colors of #d677bf

#d677bf #bfd677 #77bfd6

Analogous Colors of #d677bf

#d677bf #d67790 #be77d6

Monochromatic Colors of #d677bf

#d677bf

Complementary Color

#d677bf #77d68e

#d677bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d677bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d677bf Color CSS Codes

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

#d677bf Text Font Color

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

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


#d677bf Background Color

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

This div background color is #d677bf


#d677bf Border Color

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

This div border color is #d677bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d677bf


Comments

No comments written yet.

Please login to write comment.