Color Hex Logo

#d84dcd Color Hex

#D84DCD
(216,77,205)
0 Favorites   0 Comments

Color spaces of #d84dcd

RGB 21677205
HSL0.850.640.57
HSV305°64°85°
CMYK 0.000.640.05   0.15
XYZ41.992224.314560.2375
Yxy24.31450.33180.1921
Hunter Lab49.309765.7187-37.9127
CIE-Lab56.401368.7398-39.3547

#d84dcd color RGB value is (216,77,205).

#d84dcd hex color red value is 216, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d84dcd hue: 0.85 , saturation: 0.64 and the lightness value of d84dcd is 0.57.

The process color (four color CMYK) of #d84dcd color hex is 0.00, 0.64, 0.05, 0.15. Web safe color of #d84dcd is #cc66cc. Color #d84dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001101 11001101
Octal 330 115 315
Decimal 216 77 205
Hex D8 4D CD

RGB Percentages of Color #d84dcd

%43.37
%15.46
%41.16

CMYK Percentages of Color #d84dcd

%0
%64
%5
%15

Triadic Colors of #d84dcd

#d84dcd #cdd84d #4dcdd8

Analogous Colors of #d84dcd

#d84dcd #d84d88 #9e4dd8

Monochromatic Colors of #d84dcd

#d84dcd

Complementary Color

#d84dcd #4dd858

#d84dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84dcd Color CSS Codes

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

#d84dcd Text Font Color

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

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


#d84dcd Background Color

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

This div background color is #d84dcd


#d84dcd Border Color

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

This div border color is #d84dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84dcd


Comments

No comments written yet.

Please login to write comment.