Color Hex Logo

#d826bd Color Hex

#D826BD
(216,38,189)
0 Favorites   0 Comments

Color spaces of #d826bd

RGB 21638189
HSL0.860.700.50
HSV309°82°85°
CMYK 0.000.820.13   0.15
XYZ38.197319.659349.9255
Yxy19.65930.35440.1824
Hunter Lab44.338876.1825-35.7234
CIE-Lab51.449878.2469-37.9308

#d826bd color RGB value is (216,38,189).

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

The process color (four color CMYK) of #d826bd color hex is 0.00, 0.82, 0.13, 0.15. Web safe color of #d826bd is #cc33cc. Color #d826bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100110 10111101
Octal 330 46 275
Decimal 216 38 189
Hex D8 26 BD

RGB Percentages of Color #d826bd

%48.76
%8.58
%42.66

CMYK Percentages of Color #d826bd

%0
%82
%13
%15

Triadic Colors of #d826bd

#d826bd #bdd826 #26bdd8

Analogous Colors of #d826bd

#d826bd #d82664 #9a26d8

Monochromatic Colors of #d826bd

#d826bd

Complementary Color

#d826bd #26d841

#d826bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d826bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d826bd Color CSS Codes

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

#d826bd Text Font Color

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

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


#d826bd Background Color

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

This div background color is #d826bd


#d826bd Border Color

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

This div border color is #d826bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d826bd


Comments

No comments written yet.

Please login to write comment.