Color Hex Logo

#e44abe Color Hex

#E44ABE
(228,74,190)
0 Favorites   0 Comments

Color spaces of #e44abe

RGB 22874190
HSL0.870.740.59
HSV315°68°89°
CMYK 0.000.680.17   0.11
XYZ43.738025.109251.2565
Yxy25.10920.36420.2091
Hunter Lab50.109168.1139-25.5713
CIE-Lab57.181770.5821-29.4068

#e44abe color RGB value is (228,74,190).

#e44abe hex color red value is 228, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e44abe hue: 0.87 , saturation: 0.74 and the lightness value of e44abe is 0.59.

The process color (four color CMYK) of #e44abe color hex is 0.00, 0.68, 0.17, 0.11. Web safe color of #e44abe is #cc33cc. Color #e44abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 10111110
Octal 344 112 276
Decimal 228 74 190
Hex E4 4A BE

RGB Percentages of Color #e44abe

%46.34
%15.04
%38.62

CMYK Percentages of Color #e44abe

%0
%68
%17
%11

Triadic Colors of #e44abe

#e44abe #bee44a #4abee4

Analogous Colors of #e44abe

#e44abe #e44a71 #bd4ae4

Monochromatic Colors of #e44abe

#e44abe

Complementary Color

#e44abe #4ae470

#e44abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44abe Color CSS Codes

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

#e44abe Text Font Color

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

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


#e44abe Background Color

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

This div background color is #e44abe


#e44abe Border Color

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

This div border color is #e44abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44abe


Comments

No comments written yet.

Please login to write comment.