Color Hex Logo

#d854bf Color Hex

#D854BF
(216,84,191)
0 Favorites   0 Comments

Color spaces of #d854bf

RGB 21684191
HSL0.860.630.59
HSV311°61°85°
CMYK 0.000.610.12   0.15
XYZ40.893224.701251.9027
Yxy24.70120.34800.2102
Hunter Lab49.700359.8935-27.1271
CIE-Lab56.783163.7425-30.7450

#d854bf color RGB value is (216,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 10111111
Octal 330 124 277
Decimal 216 84 191
Hex D8 54 BF

RGB Percentages of Color #d854bf

%43.99
%17.11
%38.90

CMYK Percentages of Color #d854bf

%0
%61
%12
%15

Triadic Colors of #d854bf

#d854bf #bfd854 #54bfd8

Analogous Colors of #d854bf

#d854bf #d8547d #af54d8

Monochromatic Colors of #d854bf

#d854bf

Complementary Color

#d854bf #54d86d

#d854bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d854bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d854bf Color CSS Codes

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

#d854bf Text Font Color

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

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


#d854bf Background Color

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

This div background color is #d854bf


#d854bf Border Color

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

This div border color is #d854bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d854bf


Comments

No comments written yet.

Please login to write comment.