Color Hex Logo

#e33feb Color Hex

#E33FEB
(227,63,235)
0 Favorites   0 Comments

Color spaces of #e33feb

RGB 22763235
HSL0.830.810.58
HSV297°73°92°
CMYK 0.030.730.00   0.08
XYZ48.451525.884181.0397
Yxy25.88410.31180.1666
Hunter Lab50.876480.9584-58.8280
CIE-Lab57.926980.7664-53.7890

#e33feb color RGB value is (227,63,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111111 11101011
Octal 343 77 353
Decimal 227 63 235
Hex E3 3F EB

RGB Percentages of Color #e33feb

%43.24
%12.00
%44.76

CMYK Percentages of Color #e33feb

%3
%73
%0
%8

Triadic Colors of #e33feb

#e33feb #ebe33f #3febe3

Analogous Colors of #e33feb

#e33feb #eb3f9d #8d3feb

Monochromatic Colors of #e33feb

#e33feb

Complementary Color

#e33feb #47eb3f

#e33feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33feb Color CSS Codes

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

#e33feb Text Font Color

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

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


#e33feb Background Color

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

This div background color is #e33feb


#e33feb Border Color

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

This div border color is #e33feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33feb


Comments

No comments written yet.

Please login to write comment.