Color Hex Logo

#d656bf Color Hex

#D656BF
(214,86,191)
0 Favorites   0 Comments

Color spaces of #d656bf

RGB 21486191
HSL0.860.610.59
HSV311°60°84°
CMYK 0.000.600.11   0.16
XYZ40.463324.713351.9277
Yxy24.71330.34550.2110
Hunter Lab49.712558.2926-27.1333
CIE-Lab56.795062.3639-30.7496

#d656bf color RGB value is (214,86,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010110 10111111
Octal 326 126 277
Decimal 214 86 191
Hex D6 56 BF

RGB Percentages of Color #d656bf

%43.58
%17.52
%38.90

CMYK Percentages of Color #d656bf

%0
%60
%11
%16

Triadic Colors of #d656bf

#d656bf #bfd656 #56bfd6

Analogous Colors of #d656bf

#d656bf #d6567f #ad56d6

Monochromatic Colors of #d656bf

#d656bf

Complementary Color

#d656bf #56d66d

#d656bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d656bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d656bf Color CSS Codes

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

#d656bf Text Font Color

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

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


#d656bf Background Color

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

This div background color is #d656bf


#d656bf Border Color

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

This div border color is #d656bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d656bf


Comments

No comments written yet.

Please login to write comment.