Color Hex Logo

#d64edb Color Hex

#D64EDB
(214,78,219)
0 Favorites   0 Comments

Color spaces of #d64edb

RGB 21478219
HSL0.830.660.58
HSV298°64°86°
CMYK 0.020.640.00   0.14
XYZ43.242124.859469.5371
Yxy24.85940.31420.1806
Hunter Lab49.859267.5566-47.7885
CIE-Lab56.938270.1672-46.4772

#d64edb color RGB value is (214,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 11011011
Octal 326 116 333
Decimal 214 78 219
Hex D6 4E DB

RGB Percentages of Color #d64edb

%41.88
%15.26
%42.86

CMYK Percentages of Color #d64edb

%2
%64
%0
%14

Triadic Colors of #d64edb

#d64edb #dbd64e #4edbd6

Analogous Colors of #d64edb

#d64edb #db4e9a #904edb

Monochromatic Colors of #d64edb

#d64edb

Complementary Color

#d64edb #53db4e

#d64edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64edb Color CSS Codes

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

#d64edb Text Font Color

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

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


#d64edb Background Color

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

This div background color is #d64edb


#d64edb Border Color

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

This div border color is #d64edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64edb


Comments

No comments written yet.

Please login to write comment.