Color Hex Logo

#d64fdb Color Hex

#D64FDB
(214,79,219)
0 Favorites   0 Comments

Color spaces of #d64fdb

RGB 21479219
HSL0.830.660.58
HSV298°64°86°
CMYK 0.020.640.00   0.14
XYZ43.313725.002669.5609
Yxy25.00260.31410.1813
Hunter Lab50.002667.1173-47.4792
CIE-Lab57.078069.7768-46.2558

#d64fdb color RGB value is (214,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001111 11011011
Octal 326 117 333
Decimal 214 79 219
Hex D6 4F DB

RGB Percentages of Color #d64fdb

%41.80
%15.43
%42.77

CMYK Percentages of Color #d64fdb

%2
%64
%0
%14

Triadic Colors of #d64fdb

#d64fdb #dbd64f #4fdbd6

Analogous Colors of #d64fdb

#d64fdb #db4f9a #904fdb

Monochromatic Colors of #d64fdb

#d64fdb

Complementary Color

#d64fdb #54db4f

#d64fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64fdb Color CSS Codes

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

#d64fdb Text Font Color

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

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


#d64fdb Background Color

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

This div background color is #d64fdb


#d64fdb Border Color

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

This div border color is #d64fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64fdb


Comments

No comments written yet.

Please login to write comment.