Color Hex Logo

#e406ea Color Hex

#E406EA
(228,6,234)
0 Favorites   0 Comments

Color spaces of #e406ea

RGB 2286234
HSL0.830.950.47
HSV298°97°92°
CMYK 0.030.970.00   0.08
XYZ46.911322.564779.7248
Yxy22.56470.31440.1512
Hunter Lab47.502393.1501-66.2569
CIE-Lab54.621190.7375-58.5030

#e406ea color RGB value is (228,6,234).

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

The process color (four color CMYK) of #e406ea color hex is 0.03, 0.97, 0.00, 0.08. Web safe color of #e406ea is #cc00ff. Color #e406ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000110 11101010
Octal 344 6 352
Decimal 228 6 234
Hex E4 6 EA

RGB Percentages of Color #e406ea

%48.72
%1.28
%50.00

CMYK Percentages of Color #e406ea

%3
%97
%0
%8

Triadic Colors of #e406ea

#e406ea #eae406 #06eae4

Analogous Colors of #e406ea

#e406ea #ea067e #7206ea

Monochromatic Colors of #e406ea

#e406ea

Complementary Color

#e406ea #0cea06

#e406ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e406ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e406ea Color CSS Codes

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

#e406ea Text Font Color

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

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


#e406ea Background Color

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

This div background color is #e406ea


#e406ea Border Color

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

This div border color is #e406ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e406ea


Comments

No comments written yet.

Please login to write comment.