Color Hex Logo

#e64edd Color Hex

#E64EDD
(230,78,221)
0 Favorites   0 Comments

Color spaces of #e64edd

RGB 23078221
HSL0.840.750.60
HSV304°66°90°
CMYK 0.000.660.04   0.10
XYZ48.408727.492271.1617
Yxy27.49220.32920.1869
Hunter Lab52.433073.0421-43.7649
CIE-Lab59.427274.1820-43.5168

#e64edd color RGB value is (230,78,221).

#e64edd hex color red value is 230, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e64edd hue: 0.84 , saturation: 0.75 and the lightness value of e64edd is 0.60.

The process color (four color CMYK) of #e64edd color hex is 0.00, 0.66, 0.04, 0.10. Web safe color of #e64edd is #ff66cc. Color #e64edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001110 11011101
Octal 346 116 335
Decimal 230 78 221
Hex E6 4E DD

RGB Percentages of Color #e64edd

%43.48
%14.74
%41.78

CMYK Percentages of Color #e64edd

%0
%66
%4
%10

Triadic Colors of #e64edd

#e64edd #dde64e #4edde6

Analogous Colors of #e64edd

#e64edd #e64e91 #a34ee6

Monochromatic Colors of #e64edd

#e64edd

Complementary Color

#e64edd #4ee657

#e64edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64edd Color CSS Codes

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

#e64edd Text Font Color

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

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


#e64edd Background Color

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

This div background color is #e64edd


#e64edd Border Color

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

This div border color is #e64edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,78,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64edd


Comments

No comments written yet.

Please login to write comment.