Color Hex Logo

#d844bd Color Hex

#D844BD
(216,68,189)
0 Favorites   0 Comments

Color spaces of #d844bd

RGB 21668189
HSL0.860.650.56
HSV311°69°85°
CMYK 0.000.690.13   0.15
XYZ39.571322.407350.3835
Yxy22.40730.35220.1994
Hunter Lab47.336366.3803-29.9712
CIE-Lab54.456569.6591-33.2170

#d844bd color RGB value is (216,68,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 10111101
Octal 330 104 275
Decimal 216 68 189
Hex D8 44 BD

RGB Percentages of Color #d844bd

%45.67
%14.38
%39.96

CMYK Percentages of Color #d844bd

%0
%69
%13
%15

Triadic Colors of #d844bd

#d844bd #bdd844 #44bdd8

Analogous Colors of #d844bd

#d844bd #d84473 #a944d8

Monochromatic Colors of #d844bd

#d844bd

Complementary Color

#d844bd #44d85f

#d844bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d844bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d844bd Color CSS Codes

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

#d844bd Text Font Color

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

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


#d844bd Background Color

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

This div background color is #d844bd


#d844bd Border Color

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

This div border color is #d844bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d844bd


Comments

No comments written yet.

Please login to write comment.