Color Hex Logo

#d671bf Color Hex

#D671BF
(214,113,191)
0 Favorites   0 Comments

Color spaces of #d671bf

RGB 214113191
HSL0.870.550.64
HSV314°47°84°
CMYK 0.000.470.11   0.16
XYZ43.040729.868052.7868
Yxy29.86800.34240.2376
Hunter Lab54.651644.9367-19.0108
CIE-Lab61.540249.7331-23.4253

#d671bf color RGB value is (214,113,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110001 10111111
Octal 326 161 277
Decimal 214 113 191
Hex D6 71 BF

RGB Percentages of Color #d671bf

%41.31
%21.81
%36.87

CMYK Percentages of Color #d671bf

%0
%47
%11
%16

Triadic Colors of #d671bf

#d671bf #bfd671 #71bfd6

Analogous Colors of #d671bf

#d671bf #d6718d #bb71d6

Monochromatic Colors of #d671bf

#d671bf

Complementary Color

#d671bf #71d688

#d671bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d671bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d671bf Color CSS Codes

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

#d671bf Text Font Color

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

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


#d671bf Background Color

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

This div background color is #d671bf


#d671bf Border Color

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

This div border color is #d671bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d671bf


Comments

No comments written yet.

Please login to write comment.