Color Hex Logo

#e33eeb Color Hex

#E33EEB
(227,62,235)
0 Favorites   0 Comments

Color spaces of #e33eeb

RGB 22762235
HSL0.830.810.58
HSV297°74°92°
CMYK 0.030.740.00   0.08
XYZ48.396625.774381.0214
Yxy25.77430.31180.1661
Hunter Lab50.768481.3162-59.0832
CIE-Lab57.822281.0667-53.9558

#e33eeb color RGB value is (227,62,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111110 11101011
Octal 343 76 353
Decimal 227 62 235
Hex E3 3E EB

RGB Percentages of Color #e33eeb

%43.32
%11.83
%44.85

CMYK Percentages of Color #e33eeb

%3
%74
%0
%8

Triadic Colors of #e33eeb

#e33eeb #ebe33e #3eebe3

Analogous Colors of #e33eeb

#e33eeb #eb3e9d #8d3eeb

Monochromatic Colors of #e33eeb

#e33eeb

Complementary Color

#e33eeb #46eb3e

#e33eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33eeb Color CSS Codes

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

#e33eeb Text Font Color

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

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


#e33eeb Background Color

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

This div background color is #e33eeb


#e33eeb Border Color

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

This div border color is #e33eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33eeb


Comments

No comments written yet.

Please login to write comment.