Color Hex Logo

#e906ea Color Hex

#E906EA
(233,6,234)
0 Favorites   0 Comments

Color spaces of #e906ea

RGB 2336234
HSL0.830.950.47
HSV300°97°92°
CMYK 0.000.970.00   0.08
XYZ48.520723.394479.8001
Yxy23.39440.31980.1542
Hunter Lab48.367894.4209-63.9629
CIE-Lab55.476391.5194-57.0853

#e906ea color RGB value is (233,6,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000110 11101010
Octal 351 6 352
Decimal 233 6 234
Hex E9 6 EA

RGB Percentages of Color #e906ea

%49.26
%1.27
%49.47

CMYK Percentages of Color #e906ea

%0
%97
%0
%8

Triadic Colors of #e906ea

#e906ea #eae906 #06eae9

Analogous Colors of #e906ea

#e906ea #ea0679 #7706ea

Monochromatic Colors of #e906ea

#e906ea

Complementary Color

#e906ea #07ea06

#e906ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e906ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e906ea Color CSS Codes

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

#e906ea Text Font Color

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

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


#e906ea Background Color

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

This div background color is #e906ea


#e906ea Border Color

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

This div border color is #e906ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e906ea


Comments

No comments written yet.

Please login to write comment.