Color Hex Logo

#e44beb Color Hex

#E44BEB
(228,75,235)
0 Favorites   0 Comments

Color spaces of #e44beb

RGB 22875235
HSL0.830.800.61
HSV297°68°92°
CMYK 0.030.680.00   0.08
XYZ49.506427.524381.3007
Yxy27.52430.31270.1738
Hunter Lab52.463676.6272-55.1548
CIE-Lab59.456577.0511-51.3461

#e44beb color RGB value is (228,75,235).

#e44beb hex color red value is 228, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e44beb hue: 0.83 , saturation: 0.80 and the lightness value of e44beb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001011 11101011
Octal 344 113 353
Decimal 228 75 235
Hex E4 4B EB

RGB Percentages of Color #e44beb

%42.38
%13.94
%43.68

CMYK Percentages of Color #e44beb

%3
%68
%0
%8

Triadic Colors of #e44beb

#e44beb #ebe44b #4bebe4

Analogous Colors of #e44beb

#e44beb #eb4ba2 #944beb

Monochromatic Colors of #e44beb

#e44beb

Complementary Color

#e44beb #52eb4b

#e44beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44beb Color CSS Codes

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

#e44beb Text Font Color

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

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


#e44beb Background Color

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

This div background color is #e44beb


#e44beb Border Color

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

This div border color is #e44beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44beb


Comments

No comments written yet.

Please login to write comment.