Color Hex Logo

#e32eeb Color Hex

#E32EEB
(227,46,235)
0 Favorites   0 Comments

Color spaces of #e32eeb

RGB 22746235
HSL0.830.830.55
HSV297°80°92°
CMYK 0.030.800.00   0.08
XYZ47.650924.283080.7729
Yxy24.28300.31200.1590
Hunter Lab49.277886.3708-62.6898
CIE-Lab56.370085.2648-56.2741

#e32eeb color RGB value is (227,46,235).

#e32eeb hex color red value is 227, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e32eeb hue: 0.83 , saturation: 0.83 and the lightness value of e32eeb is 0.55.

The process color (four color CMYK) of #e32eeb color hex is 0.03, 0.80, 0.00, 0.08. Web safe color of #e32eeb is #cc33ff. Color #e32eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101110 11101011
Octal 343 56 353
Decimal 227 46 235
Hex E3 2E EB

RGB Percentages of Color #e32eeb

%44.69
%9.06
%46.26

CMYK Percentages of Color #e32eeb

%3
%80
%0
%8

Triadic Colors of #e32eeb

#e32eeb #ebe32e #2eebe3

Analogous Colors of #e32eeb

#e32eeb #eb2e95 #852eeb

Monochromatic Colors of #e32eeb

#e32eeb

Complementary Color

#e32eeb #36eb2e

#e32eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32eeb Color CSS Codes

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

#e32eeb Text Font Color

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

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


#e32eeb Background Color

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

This div background color is #e32eeb


#e32eeb Border Color

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

This div border color is #e32eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,46,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #e32eeb;
  box-shadow:         1px 1px 3px 2px #e32eeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,46,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32eeb


Comments

No comments written yet.

Please login to write comment.