Color Hex Logo

#d647bf Color Hex

#D647BF
(214,71,191)
0 Favorites   0 Comments

Color spaces of #d647bf

RGB 21471191
HSL0.860.640.56
HSV310°67°84°
CMYK 0.000.670.11   0.16
XYZ39.388822.564251.5695
Yxy22.56420.34700.1988
Hunter Lab47.501864.8853-31.1159
CIE-Lab54.620668.3771-34.1385

#d647bf color RGB value is (214,71,191).

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

The process color (four color CMYK) of #d647bf color hex is 0.00, 0.67, 0.11, 0.16. Web safe color of #d647bf is #cc33cc. Color #d647bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 10111111
Octal 326 107 277
Decimal 214 71 191
Hex D6 47 BF

RGB Percentages of Color #d647bf

%44.96
%14.92
%40.13

CMYK Percentages of Color #d647bf

%0
%67
%11
%16

Triadic Colors of #d647bf

#d647bf #bfd647 #47bfd6

Analogous Colors of #d647bf

#d647bf #d64778 #a647d6

Monochromatic Colors of #d647bf

#d647bf

Complementary Color

#d647bf #47d65e

#d647bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d647bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d647bf Color CSS Codes

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

#d647bf Text Font Color

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

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


#d647bf Background Color

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

This div background color is #d647bf


#d647bf Border Color

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

This div border color is #d647bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d647bf


Comments

No comments written yet.

Please login to write comment.