Color Hex Logo

#d84ddc Color Hex

#D84DDC
(216,77,220)
0 Favorites   0 Comments

Color spaces of #d84ddc

RGB 21677220
HSL0.830.670.58
HSV298°65°86°
CMYK 0.020.650.00   0.14
XYZ43.891025.074070.2366
Yxy25.07400.31530.1801
Hunter Lab50.073968.8301-48.1118
CIE-Lab57.147571.1792-46.6920

#d84ddc color RGB value is (216,77,220).

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

The process color (four color CMYK) of #d84ddc color hex is 0.02, 0.65, 0.00, 0.14. Web safe color of #d84ddc is #cc66cc. Color #d84ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001101 11011100
Octal 330 115 334
Decimal 216 77 220
Hex D8 4D DC

RGB Percentages of Color #d84ddc

%42.11
%15.01
%42.88

CMYK Percentages of Color #d84ddc

%2
%65
%0
%14

Triadic Colors of #d84ddc

#d84ddc #dcd84d #4ddcd8

Analogous Colors of #d84ddc

#d84ddc #dc4d99 #914ddc

Monochromatic Colors of #d84ddc

#d84ddc

Complementary Color

#d84ddc #51dc4d

#d84ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84ddc Color CSS Codes

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

#d84ddc Text Font Color

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

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


#d84ddc Background Color

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

This div background color is #d84ddc


#d84ddc Border Color

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

This div border color is #d84ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84ddc


Comments

No comments written yet.

Please login to write comment.