Color Hex Logo

#e33bee Color Hex

#E33BEE
(227,59,238)
0 Favorites   0 Comments

Color spaces of #e33bee

RGB 22759238
HSL0.820.840.58
HSV296°75°93°
CMYK 0.050.750.00   0.07
XYZ48.675125.631983.2709
Yxy25.63190.30890.1627
Hunter Lab50.628083.0158-62.0783
CIE-Lab57.686082.4182-55.8527

#e33bee color RGB value is (227,59,238).

#e33bee hex color red value is 227, green value is 59 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e33bee hue: 0.82 , saturation: 0.84 and the lightness value of e33bee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 11101110
Octal 343 73 356
Decimal 227 59 238
Hex E3 3B EE

RGB Percentages of Color #e33bee

%43.32
%11.26
%45.42

CMYK Percentages of Color #e33bee

%5
%75
%0
%7

Triadic Colors of #e33bee

#e33bee #eee33b #3beee3

Analogous Colors of #e33bee

#e33bee #ee3ba0 #8a3bee

Monochromatic Colors of #e33bee

#e33bee

Complementary Color

#e33bee #46ee3b

#e33bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bee Color CSS Codes

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

#e33bee Text Font Color

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

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


#e33bee Background Color

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

This div background color is #e33bee


#e33bee Border Color

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

This div border color is #e33bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bee


Comments

No comments written yet.

Please login to write comment.