Color Hex Logo

#e44bff Color Hex

#E44BFF
(228,75,255)
0 Favorites   0 Comments

Color spaces of #e44bff

RGB 22875255
HSL0.811.000.65
HSV291°71°100°
CMYK 0.110.710.00   0.00
XYZ52.561028.746197.3860
Yxy28.74610.29410.1609
Hunter Lab53.615481.1627-70.1625
CIE-Lab60.556980.4175-60.7026

#e44bff color RGB value is (228,75,255).

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

The process color (four color CMYK) of #e44bff color hex is 0.11, 0.71, 0.00, 0.00. Web safe color of #e44bff is #cc33ff. Color #e44bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001011 11111111
Octal 344 113 377
Decimal 228 75 255
Hex E4 4B FF

RGB Percentages of Color #e44bff

%40.86
%13.44
%45.70

CMYK Percentages of Color #e44bff

%11
%71
%0
%0

Triadic Colors of #e44bff

#e44bff #ffe44b #4bffe4

Analogous Colors of #e44bff

#e44bff #ff4bc0 #8a4bff

Monochromatic Colors of #e44bff

#e44bff

Complementary Color

#e44bff #66ff4b

#e44bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44bff Color CSS Codes

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

#e44bff Text Font Color

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

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


#e44bff Background Color

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

This div background color is #e44bff


#e44bff Border Color

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

This div border color is #e44bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,75,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44bff

Related Colors


Comments

No comments written yet.

Please login to write comment.