Color Hex Logo

#d84dde Color Hex

#D84DDE
(216,77,222)
0 Favorites   0 Comments

Color spaces of #d84dde

RGB 21677222
HSL0.830.690.59
HSV298°65°87°
CMYK 0.030.650.00   0.13
XYZ44.157625.180671.6402
Yxy25.18060.31320.1786
Hunter Lab50.180369.2608-49.5196
CIE-Lab57.251071.5139-47.6570

#d84dde color RGB value is (216,77,222).

#d84dde hex color red value is 216, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d84dde hue: 0.83 , saturation: 0.69 and the lightness value of d84dde is 0.59.

The process color (four color CMYK) of #d84dde color hex is 0.03, 0.65, 0.00, 0.13. Web safe color of #d84dde is #cc66cc. Color #d84dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001101 11011110
Octal 330 115 336
Decimal 216 77 222
Hex D8 4D DE

RGB Percentages of Color #d84dde

%41.94
%14.95
%43.11

CMYK Percentages of Color #d84dde

%3
%65
%0
%13

Triadic Colors of #d84dde

#d84dde #ded84d #4dded8

Analogous Colors of #d84dde

#d84dde #de4d9c #904dde

Monochromatic Colors of #d84dde

#d84dde

Complementary Color

#d84dde #53de4d

#d84dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84dde Color CSS Codes

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

#d84dde Text Font Color

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

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


#d84dde Background Color

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

This div background color is #d84dde


#d84dde Border Color

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

This div border color is #d84dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,77,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d84dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84dde


Comments

No comments written yet.

Please login to write comment.