Color Hex Logo

#d855bd Color Hex

#D855BD
(216,85,189)
0 Favorites   0 Comments

Color spaces of #d855bd

RGB 21685189
HSL0.870.630.59
HSV312°61°85°
CMYK 0.000.610.13   0.15
XYZ40.752724.770150.7773
Yxy24.77010.35040.2130
Hunter Lab49.769659.0640-25.6518
CIE-Lab56.850763.0183-29.4910

#d855bd color RGB value is (216,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010101 10111101
Octal 330 125 275
Decimal 216 85 189
Hex D8 55 BD

RGB Percentages of Color #d855bd

%44.08
%17.35
%38.57

CMYK Percentages of Color #d855bd

%0
%61
%13
%15

Triadic Colors of #d855bd

#d855bd #bdd855 #55bdd8

Analogous Colors of #d855bd

#d855bd #d8557c #b255d8

Monochromatic Colors of #d855bd

#d855bd

Complementary Color

#d855bd #55d870

#d855bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d855bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d855bd Color CSS Codes

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

#d855bd Text Font Color

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

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


#d855bd Background Color

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

This div background color is #d855bd


#d855bd Border Color

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

This div border color is #d855bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,85,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d855bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d855bd


Comments

No comments written yet.

Please login to write comment.