Color Hex Logo

#e33bfb Color Hex

#E33BFB
(227,59,251)
0 Favorites   0 Comments

Color spaces of #e33bfb

RGB 22759251
HSL0.810.960.61
HSV293°76°98°
CMYK 0.100.760.00   0.02
XYZ50.655126.423993.6973
Yxy26.42390.29660.1547
Hunter Lab51.404285.9415-72.0883
CIE-Lab58.437284.5322-61.8928

#e33bfb color RGB value is (227,59,251).

#e33bfb hex color red value is 227, green value is 59 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e33bfb hue: 0.81 , saturation: 0.96 and the lightness value of e33bfb is 0.61.

The process color (four color CMYK) of #e33bfb color hex is 0.10, 0.76, 0.00, 0.02. Web safe color of #e33bfb is #cc33ff. Color #e33bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 11111011
Octal 343 73 373
Decimal 227 59 251
Hex E3 3B FB

RGB Percentages of Color #e33bfb

%42.27
%10.99
%46.74

CMYK Percentages of Color #e33bfb

%10
%76
%0
%2

Triadic Colors of #e33bfb

#e33bfb #fbe33b #3bfbe3

Analogous Colors of #e33bfb

#e33bfb #fb3bb3 #833bfb

Monochromatic Colors of #e33bfb

#e33bfb

Complementary Color

#e33bfb #53fb3b

#e33bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bfb Color CSS Codes

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

#e33bfb Text Font Color

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

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


#e33bfb Background Color

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

This div background color is #e33bfb


#e33bfb Border Color

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

This div border color is #e33bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bfb


Comments

No comments written yet.

Please login to write comment.