Color Hex Logo

#d84fdb Color Hex

#D84FDB
(216,79,219)
0 Favorites   0 Comments

Color spaces of #d84fdb

RGB 21679219
HSL0.830.660.58
HSV299°64°86°
CMYK 0.010.640.00   0.14
XYZ43.901125.305469.5884
Yxy25.30540.31630.1823
Hunter Lab50.304567.7455-46.8053
CIE-Lab57.371870.2419-45.7719

#d84fdb color RGB value is (216,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001111 11011011
Octal 330 117 333
Decimal 216 79 219
Hex D8 4F DB

RGB Percentages of Color #d84fdb

%42.02
%15.37
%42.61

CMYK Percentages of Color #d84fdb

%1
%64
%0
%14

Triadic Colors of #d84fdb

#d84fdb #dbd84f #4fdbd8

Analogous Colors of #d84fdb

#d84fdb #db4f98 #924fdb

Monochromatic Colors of #d84fdb

#d84fdb

Complementary Color

#d84fdb #52db4f

#d84fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84fdb Color CSS Codes

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

#d84fdb Text Font Color

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

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


#d84fdb Background Color

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

This div background color is #d84fdb


#d84fdb Border Color

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

This div border color is #d84fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84fdb


Comments

No comments written yet.

Please login to write comment.