Color Hex Logo

#e909ea Color Hex

#E909EA
(233,9,234)
0 Favorites   0 Comments

Color spaces of #e909ea

RGB 2339234
HSL0.830.930.48
HSV300°96°92°
CMYK 0.000.960.00   0.08
XYZ48.553223.459579.8110
Yxy23.45950.31980.1545
Hunter Lab48.435094.1743-63.7933
CIE-Lab55.542591.3231-56.9793

#e909ea color RGB value is (233,9,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001001 11101010
Octal 351 11 352
Decimal 233 9 234
Hex E9 9 EA

RGB Percentages of Color #e909ea

%48.95
%1.89
%49.16

CMYK Percentages of Color #e909ea

%0
%96
%0
%8

Triadic Colors of #e909ea

#e909ea #eae909 #09eae9

Analogous Colors of #e909ea

#e909ea #ea097b #7909ea

Monochromatic Colors of #e909ea

#e909ea

Complementary Color

#e909ea #0aea09

#e909ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e909ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e909ea Color CSS Codes

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

#e909ea Text Font Color

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

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


#e909ea Background Color

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

This div background color is #e909ea


#e909ea Border Color

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

This div border color is #e909ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e909ea


Comments

No comments written yet.

Please login to write comment.