Color Hex Logo

#e44bfb Color Hex

#E44BFB
(228,75,251)
0 Favorites   0 Comments

Color spaces of #e44bfb

RGB 22875251
HSL0.810.960.64
HSV292°70°98°
CMYK 0.090.700.00   0.02
XYZ51.923628.491294.0295
Yxy28.49120.29770.1633
Hunter Lab53.377180.2291-67.0816
CIE-Lab60.329979.7301-58.8541

#e44bfb color RGB value is (228,75,251).

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

The process color (four color CMYK) of #e44bfb color hex is 0.09, 0.70, 0.00, 0.02. Web safe color of #e44bfb is #cc33ff. Color #e44bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001011 11111011
Octal 344 113 373
Decimal 228 75 251
Hex E4 4B FB

RGB Percentages of Color #e44bfb

%41.16
%13.54
%45.31

CMYK Percentages of Color #e44bfb

%9
%70
%0
%2

Triadic Colors of #e44bfb

#e44bfb #fbe44b #4bfbe4

Analogous Colors of #e44bfb

#e44bfb #fb4bba #8c4bfb

Monochromatic Colors of #e44bfb

#e44bfb

Complementary Color

#e44bfb #62fb4b

#e44bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44bfb Color CSS Codes

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

#e44bfb Text Font Color

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

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


#e44bfb Background Color

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

This div background color is #e44bfb


#e44bfb Border Color

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

This div border color is #e44bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44bfb


Comments

No comments written yet.

Please login to write comment.