Color Hex Logo

#e464ea Color Hex

#E464EA
(228,100,234)
0 Favorites   0 Comments

Color spaces of #e464ea

RGB 228100234
HSL0.830.760.65
HSV297°57°92°
CMYK 0.030.570.00   0.08
XYZ51.403431.548881.2222
Yxy31.54880.31310.1922
Hunter Lab56.168365.0628-46.4185
CIE-Lab62.968266.9887-45.2330

#e464ea color RGB value is (228,100,234).

#e464ea hex color red value is 228, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e464ea hue: 0.83 , saturation: 0.76 and the lightness value of e464ea is 0.65.

The process color (four color CMYK) of #e464ea color hex is 0.03, 0.57, 0.00, 0.08. Web safe color of #e464ea is #cc66ff. Color #e464ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100100 11101010
Octal 344 144 352
Decimal 228 100 234
Hex E4 64 EA

RGB Percentages of Color #e464ea

%40.57
%17.79
%41.64

CMYK Percentages of Color #e464ea

%3
%57
%0
%8

Triadic Colors of #e464ea

#e464ea #eae464 #64eae4

Analogous Colors of #e464ea

#e464ea #ea64ad #a164ea

Monochromatic Colors of #e464ea

#e464ea

Complementary Color

#e464ea #6aea64

#e464ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e464ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e464ea Color CSS Codes

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

#e464ea Text Font Color

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

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


#e464ea Background Color

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

This div background color is #e464ea


#e464ea Border Color

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

This div border color is #e464ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,100,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e464ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e464ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e464ea;
  box-shadow:         1px 1px 3px 2px #e464ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,100,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e464ea


Comments

No comments written yet.

Please login to write comment.