Color Hex Logo

#d84ede Color Hex

#D84EDE
(216,78,222)
0 Favorites   0 Comments

Color spaces of #d84ede

RGB 21678222
HSL0.830.690.59
HSV298°65°87°
CMYK 0.030.650.00   0.13
XYZ44.228125.321671.6637
Yxy25.32160.31320.1793
Hunter Lab50.320668.8274-49.2130
CIE-Lab57.387471.1317-47.4407

#d84ede color RGB value is (216,78,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001110 11011110
Octal 330 116 336
Decimal 216 78 222
Hex D8 4E DE

RGB Percentages of Color #d84ede

%41.86
%15.12
%43.02

CMYK Percentages of Color #d84ede

%3
%65
%0
%13

Triadic Colors of #d84ede

#d84ede #ded84e #4eded8

Analogous Colors of #d84ede

#d84ede #de4e9c #904ede

Monochromatic Colors of #d84ede

#d84ede

Complementary Color

#d84ede #54de4e

#d84ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84ede Color CSS Codes

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

#d84ede Text Font Color

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

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


#d84ede Background Color

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

This div background color is #d84ede


#d84ede Border Color

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

This div border color is #d84ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84ede


Comments

No comments written yet.

Please login to write comment.