Color Hex Logo

#d64edc Color Hex

#D64EDC
(214,78,220)
0 Favorites   0 Comments

Color spaces of #d64edc

RGB 21478220
HSL0.830.670.58
HSV297°65°86°
CMYK 0.030.650.00   0.14
XYZ43.374224.912270.2326
Yxy24.91220.31310.1798
Hunter Lab49.912167.7723-48.4900
CIE-Lab56.989870.3360-46.9605

#d64edc color RGB value is (214,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 11011100
Octal 326 116 334
Decimal 214 78 220
Hex D6 4E DC

RGB Percentages of Color #d64edc

%41.80
%15.23
%42.97

CMYK Percentages of Color #d64edc

%3
%65
%0
%14

Triadic Colors of #d64edc

#d64edc #dcd64e #4edcd6

Analogous Colors of #d64edc

#d64edc #dc4e9b #8f4edc

Monochromatic Colors of #d64edc

#d64edc

Complementary Color

#d64edc #54dc4e

#d64edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64edc Color CSS Codes

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

#d64edc Text Font Color

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

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


#d64edc Background Color

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

This div background color is #d64edc


#d64edc Border Color

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

This div border color is #d64edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64edc


Comments

No comments written yet.

Please login to write comment.