Color Hex Logo

#e33abe Color Hex

#E33ABE
(227,58,190)
0 Favorites   0 Comments

Color spaces of #e33abe

RGB 22758190
HSL0.870.750.56
HSV313°74°89°
CMYK 0.000.740.16   0.11
XYZ42.485923.074750.9298
Yxy23.07470.36470.1981
Hunter Lab48.036173.8124-29.2363
CIE-Lab55.149275.6235-32.5798

#e33abe color RGB value is (227,58,190).

#e33abe hex color red value is 227, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e33abe hue: 0.87 , saturation: 0.75 and the lightness value of e33abe is 0.56.

The process color (four color CMYK) of #e33abe color hex is 0.00, 0.74, 0.16, 0.11. Web safe color of #e33abe is #cc33cc. Color #e33abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111010 10111110
Octal 343 72 276
Decimal 227 58 190
Hex E3 3A BE

RGB Percentages of Color #e33abe

%47.79
%12.21
%40.00

CMYK Percentages of Color #e33abe

%0
%74
%16
%11

Triadic Colors of #e33abe

#e33abe #bee33a #3abee3

Analogous Colors of #e33abe

#e33abe #e33a6a #b43ae3

Monochromatic Colors of #e33abe

#e33abe

Complementary Color

#e33abe #3ae35f

#e33abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33abe Color CSS Codes

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

#e33abe Text Font Color

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

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


#e33abe Background Color

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

This div background color is #e33abe


#e33abe Border Color

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

This div border color is #e33abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33abe


Comments

No comments written yet.

Please login to write comment.