Color Hex Logo

#e44ceb Color Hex

#E44CEB
(228,76,235)
0 Favorites   0 Comments

Color spaces of #e44ceb

RGB 22876235
HSL0.830.800.61
HSV297°68°92°
CMYK 0.030.680.00   0.08
XYZ49.574727.661081.3235
Yxy27.66100.31270.1745
Hunter Lab52.593776.2146-54.8621
CIE-Lab59.581276.6985-51.1480

#e44ceb color RGB value is (228,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001100 11101011
Octal 344 114 353
Decimal 228 76 235
Hex E4 4C EB

RGB Percentages of Color #e44ceb

%42.30
%14.10
%43.60

CMYK Percentages of Color #e44ceb

%3
%68
%0
%8

Triadic Colors of #e44ceb

#e44ceb #ebe44c #4cebe4

Analogous Colors of #e44ceb

#e44ceb #eb4ca3 #954ceb

Monochromatic Colors of #e44ceb

#e44ceb

Complementary Color

#e44ceb #53eb4c

#e44ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44ceb Color CSS Codes

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

#e44ceb Text Font Color

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

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


#e44ceb Background Color

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

This div background color is #e44ceb


#e44ceb Border Color

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

This div border color is #e44ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44ceb


Comments

No comments written yet.

Please login to write comment.