Color Hex Logo

#d813bd Color Hex

#D813BD
(216,19,189)
0 Favorites   0 Comments

Color spaces of #d813bd

RGB 21619189
HSL0.860.840.46
HSV308°91°85°
CMYK 0.000.910.13   0.15
XYZ37.737118.738849.7721
Yxy18.73880.35520.1764
Hunter Lab43.288379.8548-37.8687
CIE-Lab50.380281.3694-39.6168

#d813bd color RGB value is (216,19,189).

#d813bd hex color red value is 216, green value is 19 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d813bd hue: 0.86 , saturation: 0.84 and the lightness value of d813bd is 0.46.

The process color (four color CMYK) of #d813bd color hex is 0.00, 0.91, 0.13, 0.15. Web safe color of #d813bd is #cc00cc. Color #d813bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010011 10111101
Octal 330 23 275
Decimal 216 19 189
Hex D8 13 BD

RGB Percentages of Color #d813bd

%50.94
%4.48
%44.58

CMYK Percentages of Color #d813bd

%0
%91
%13
%15

Triadic Colors of #d813bd

#d813bd #bdd813 #13bdd8

Analogous Colors of #d813bd

#d813bd #d8135a #9113d8

Monochromatic Colors of #d813bd

#d813bd

Complementary Color

#d813bd #13d82e

#d813bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d813bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d813bd Color CSS Codes

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

#d813bd Text Font Color

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

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


#d813bd Background Color

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

This div background color is #d813bd


#d813bd Border Color

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

This div border color is #d813bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d813bd


Comments

No comments written yet.

Please login to write comment.