Color Hex Logo

#d863bf Color Hex

#D863BF
(216,99,191)
0 Favorites   0 Comments

Color spaces of #d863bf

RGB 21699191
HSL0.870.600.62
HSV313°54°85°
CMYK 0.000.540.12   0.15
XYZ42.184727.284252.3332
Yxy27.28420.34630.2240
Hunter Lab52.234352.7476-22.8383
CIE-Lab59.236557.1003-26.9459

#d863bf color RGB value is (216,99,191).

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

The process color (four color CMYK) of #d863bf color hex is 0.00, 0.54, 0.12, 0.15. Web safe color of #d863bf is #cc66cc. Color #d863bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100011 10111111
Octal 330 143 277
Decimal 216 99 191
Hex D8 63 BF

RGB Percentages of Color #d863bf

%42.69
%19.57
%37.75

CMYK Percentages of Color #d863bf

%0
%54
%12
%15

Triadic Colors of #d863bf

#d863bf #bfd863 #63bfd8

Analogous Colors of #d863bf

#d863bf #d86385 #b763d8

Monochromatic Colors of #d863bf

#d863bf

Complementary Color

#d863bf #63d87c

#d863bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d863bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d863bf Color CSS Codes

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

#d863bf Text Font Color

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

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


#d863bf Background Color

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

This div background color is #d863bf


#d863bf Border Color

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

This div border color is #d863bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d863bf


Comments

No comments written yet.

Please login to write comment.