Color Hex Logo

#e230ed Color Hex

#E230ED
(226,48,237)
0 Favorites   0 Comments

Color spaces of #e230ed

RGB 22648237
HSL0.820.840.56
HSV297°80°93°
CMYK 0.050.800.00   0.07
XYZ47.707024.397182.3154
Yxy24.39710.30890.1580
Hunter Lab49.393485.9671-64.2329
CIE-Lab56.483284.9328-57.2242

#e230ed color RGB value is (226,48,237).

#e230ed hex color red value is 226, green value is 48 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e230ed hue: 0.82 , saturation: 0.84 and the lightness value of e230ed is 0.56.

The process color (four color CMYK) of #e230ed color hex is 0.05, 0.80, 0.00, 0.07. Web safe color of #e230ed is #cc33ff. Color #e230ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 11101101
Octal 342 60 355
Decimal 226 48 237
Hex E2 30 ED

RGB Percentages of Color #e230ed

%44.23
%9.39
%46.38

CMYK Percentages of Color #e230ed

%5
%80
%0
%7

Triadic Colors of #e230ed

#e230ed #ede230 #30ede2

Analogous Colors of #e230ed

#e230ed #ed309a #8430ed

Monochromatic Colors of #e230ed

#e230ed

Complementary Color

#e230ed #3bed30

#e230ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e230ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e230ed Color CSS Codes

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

#e230ed Text Font Color

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

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


#e230ed Background Color

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

This div background color is #e230ed


#e230ed Border Color

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

This div border color is #e230ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e230ed


Comments

No comments written yet.

Please login to write comment.