Color Hex Logo

#d846bd Color Hex

#D846BD
(216,70,189)
0 Favorites   0 Comments

Color spaces of #d846bd

RGB 21670189
HSL0.860.650.56
HSV311°68°85°
CMYK 0.000.680.13   0.15
XYZ39.694422.653450.4245
Yxy22.65340.35200.2009
Hunter Lab47.595665.5755-29.4971
CIE-Lab54.713568.9381-32.8158

#d846bd color RGB value is (216,70,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000110 10111101
Octal 330 106 275
Decimal 216 70 189
Hex D8 46 BD

RGB Percentages of Color #d846bd

%45.47
%14.74
%39.79

CMYK Percentages of Color #d846bd

%0
%68
%13
%15

Triadic Colors of #d846bd

#d846bd #bdd846 #46bdd8

Analogous Colors of #d846bd

#d846bd #d84674 #aa46d8

Monochromatic Colors of #d846bd

#d846bd

Complementary Color

#d846bd #46d861

#d846bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d846bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d846bd Color CSS Codes

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

#d846bd Text Font Color

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

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


#d846bd Background Color

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

This div background color is #d846bd


#d846bd Border Color

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

This div border color is #d846bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d846bd


Comments

No comments written yet.

Please login to write comment.