Color Hex Logo

#d660bf Color Hex

#D660BF
(214,96,191)
0 Favorites   0 Comments

Color spaces of #d660bf

RGB 21496191
HSL0.870.590.61
HSV312°55°84°
CMYK 0.000.550.11   0.16
XYZ41.318426.423552.2127
Yxy26.42350.34450.2203
Hunter Lab51.403853.5218-24.2404
CIE-Lab58.436957.9180-28.2042

#d660bf color RGB value is (214,96,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100000 10111111
Octal 326 140 277
Decimal 214 96 191
Hex D6 60 BF

RGB Percentages of Color #d660bf

%42.71
%19.16
%38.12

CMYK Percentages of Color #d660bf

%0
%55
%11
%16

Triadic Colors of #d660bf

#d660bf #bfd660 #60bfd6

Analogous Colors of #d660bf

#d660bf #d66084 #b260d6

Monochromatic Colors of #d660bf

#d660bf

Complementary Color

#d660bf #60d677

#d660bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d660bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d660bf Color CSS Codes

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

#d660bf Text Font Color

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

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


#d660bf Background Color

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

This div background color is #d660bf


#d660bf Border Color

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

This div border color is #d660bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d660bf


Comments

No comments written yet.

Please login to write comment.