Color Hex Logo

#e209ed Color Hex

#E209ED
(226,9,237)
0 Favorites   0 Comments

Color spaces of #e209ed

RGB 2269237
HSL0.830.930.48
HSV297°96°93°
CMYK 0.050.960.00   0.07
XYZ46.747822.478581.9957
Yxy22.47850.30910.1486
Hunter Lab47.411593.0311-69.3509
CIE-Lab54.531190.6660-60.3538

#e209ed color RGB value is (226,9,237).

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

The process color (four color CMYK) of #e209ed color hex is 0.05, 0.96, 0.00, 0.07. Web safe color of #e209ed is #cc00ff. Color #e209ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001001 11101101
Octal 342 11 355
Decimal 226 9 237
Hex E2 9 ED

RGB Percentages of Color #e209ed

%47.88
%1.91
%50.21

CMYK Percentages of Color #e209ed

%5
%96
%0
%7

Triadic Colors of #e209ed

#e209ed #ede209 #09ede2

Analogous Colors of #e209ed

#e209ed #ed0986 #7009ed

Monochromatic Colors of #e209ed

#e209ed

Complementary Color

#e209ed #14ed09

#e209ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e209ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e209ed Color CSS Codes

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

#e209ed Text Font Color

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

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


#e209ed Background Color

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

This div background color is #e209ed


#e209ed Border Color

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

This div border color is #e209ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,9,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e209ed


Comments

No comments written yet.

Please login to write comment.