Color Hex Logo

#d801bd Color Hex

#D801BD
(216,1,189)
0 Favorites   0 Comments

Color spaces of #d801bd

RGB 2161189
HSL0.850.990.43
HSV308°100°85°
CMYK 0.001.000.13   0.15
XYZ37.515118.294849.6981
Yxy18.29480.35560.1734
Hunter Lab42.772481.7081-38.9495
CIE-Lab49.851782.9253-40.4516

#d801bd color RGB value is (216,1,189).

#d801bd hex color red value is 216, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d801bd hue: 0.85 , saturation: 0.99 and the lightness value of d801bd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000001 10111101
Octal 330 1 275
Decimal 216 1 189
Hex D8 1 BD

RGB Percentages of Color #d801bd

%53.20
%0.25
%46.55

CMYK Percentages of Color #d801bd

%0
%100
%13
%15

Triadic Colors of #d801bd

#d801bd #bdd801 #01bdd8

Analogous Colors of #d801bd

#d801bd #d80152 #8801d8

Monochromatic Colors of #d801bd

#d801bd

Complementary Color

#d801bd #01d81c

#d801bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d801bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d801bd Color CSS Codes

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

#d801bd Text Font Color

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

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


#d801bd Background Color

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

This div background color is #d801bd


#d801bd Border Color

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

This div border color is #d801bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d801bd


Comments

No comments written yet.

Please login to write comment.