Color Hex Logo

#d84fdc Color Hex

#D84FDC
(216,79,220)
0 Favorites   0 Comments

Color spaces of #d84fdc

RGB 21679220
HSL0.830.670.59
HSV298°64°86°
CMYK 0.020.640.00   0.14
XYZ44.033225.358270.2840
Yxy25.35820.31530.1816
Hunter Lab50.356967.9597-47.5022
CIE-Lab57.422870.4094-46.2561

#d84fdc color RGB value is (216,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001111 11011100
Octal 330 117 334
Decimal 216 79 220
Hex D8 4F DC

RGB Percentages of Color #d84fdc

%41.94
%15.34
%42.72

CMYK Percentages of Color #d84fdc

%2
%64
%0
%14

Triadic Colors of #d84fdc

#d84fdc #dcd84f #4fdcd8

Analogous Colors of #d84fdc

#d84fdc #dc4f9a #924fdc

Monochromatic Colors of #d84fdc

#d84fdc

Complementary Color

#d84fdc #53dc4f

#d84fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84fdc Color CSS Codes

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

#d84fdc Text Font Color

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

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


#d84fdc Background Color

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

This div background color is #d84fdc


#d84fdc Border Color

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

This div border color is #d84fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84fdc


Comments

No comments written yet.

Please login to write comment.