Color Hex Logo

#d804bd Color Hex

#D804BD
(216,4,189)
0 Favorites   0 Comments

Color spaces of #d804bd

RGB 2164189
HSL0.850.960.43
HSV308°98°85°
CMYK 0.000.980.13   0.15
XYZ37.547618.359949.7089
Yxy18.35990.35550.1738
Hunter Lab42.848581.4327-38.7890
CIE-Lab49.929782.6949-40.3282

#d804bd color RGB value is (216,4,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000100 10111101
Octal 330 4 275
Decimal 216 4 189
Hex D8 4 BD

RGB Percentages of Color #d804bd

%52.81
%0.98
%46.21

CMYK Percentages of Color #d804bd

%0
%98
%13
%15

Triadic Colors of #d804bd

#d804bd #bdd804 #04bdd8

Analogous Colors of #d804bd

#d804bd #d80453 #8904d8

Monochromatic Colors of #d804bd

#d804bd

Complementary Color

#d804bd #04d81f

#d804bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d804bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d804bd Color CSS Codes

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

#d804bd Text Font Color

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

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


#d804bd Background Color

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

This div background color is #d804bd


#d804bd Border Color

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

This div border color is #d804bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d804bd


Comments

No comments written yet.

Please login to write comment.