Color Hex Logo

#d056bf Color Hex

#D056BF
(208,86,191)
0 Favorites   0 Comments

Color spaces of #d056bf

RGB 20886191
HSL0.860.560.58
HSV308°59°82°
CMYK 0.000.590.08   0.18
XYZ38.744223.827151.8473
Yxy23.82710.33860.2082
Hunter Lab48.813056.2575-28.8064
CIE-Lab55.914360.7562-32.1875

#d056bf color RGB value is (208,86,191).

#d056bf hex color red value is 208, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d056bf hue: 0.86 , saturation: 0.56 and the lightness value of d056bf is 0.58.

The process color (four color CMYK) of #d056bf color hex is 0.00, 0.59, 0.08, 0.18. Web safe color of #d056bf is #cc66cc. Color #d056bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 10111111
Octal 320 126 277
Decimal 208 86 191
Hex D0 56 BF

RGB Percentages of Color #d056bf

%42.89
%17.73
%39.38

CMYK Percentages of Color #d056bf

%0
%59
%8
%18

Triadic Colors of #d056bf

#d056bf #bfd056 #56bfd0

Analogous Colors of #d056bf

#d056bf #d05682 #a456d0

Monochromatic Colors of #d056bf

#d056bf

Complementary Color

#d056bf #56d067

#d056bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d056bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d056bf Color CSS Codes

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

#d056bf Text Font Color

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

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


#d056bf Background Color

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

This div background color is #d056bf


#d056bf Border Color

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

This div border color is #d056bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d056bf


Comments

No comments written yet.

Please login to write comment.