Color Hex Logo

#d664bf Color Hex

#D664BF
(214,100,191)
0 Favorites   0 Comments

Color spaces of #d664bf

RGB 214100191
HSL0.870.580.62
HSV312°53°84°
CMYK 0.000.530.11   0.16
XYZ41.692727.172152.3375
Yxy27.17210.34400.2242
Hunter Lab52.126951.5479-23.0408
CIE-Lab59.133356.0565-27.1281

#d664bf color RGB value is (214,100,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100100 10111111
Octal 326 144 277
Decimal 214 100 191
Hex D6 64 BF

RGB Percentages of Color #d664bf

%42.38
%19.80
%37.82

CMYK Percentages of Color #d664bf

%0
%53
%11
%16

Triadic Colors of #d664bf

#d664bf #bfd664 #64bfd6

Analogous Colors of #d664bf

#d664bf #d66486 #b464d6

Monochromatic Colors of #d664bf

#d664bf

Complementary Color

#d664bf #64d67b

#d664bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d664bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d664bf Color CSS Codes

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

#d664bf Text Font Color

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

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


#d664bf Background Color

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

This div background color is #d664bf


#d664bf Border Color

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

This div border color is #d664bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d664bf


Comments

No comments written yet.

Please login to write comment.