Color Hex Logo

#e47abe Color Hex

#E47ABE
(228,122,190)
0 Favorites   0 Comments

Color spaces of #e47abe

RGB 228122190
HSL0.890.660.69
HSV322°46°89°
CMYK 0.000.460.17   0.11
XYZ48.248734.130852.7601
Yxy34.13080.35700.2526
Hunter Lab58.421645.1803-12.6493
CIE-Lab65.066349.4352-17.3194

#e47abe color RGB value is (228,122,190).

#e47abe hex color red value is 228, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e47abe hue: 0.89 , saturation: 0.66 and the lightness value of e47abe is 0.69.

The process color (four color CMYK) of #e47abe color hex is 0.00, 0.46, 0.17, 0.11. Web safe color of #e47abe is #cc66cc. Color #e47abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 10111110
Octal 344 172 276
Decimal 228 122 190
Hex E4 7A BE

RGB Percentages of Color #e47abe

%42.22
%22.59
%35.19

CMYK Percentages of Color #e47abe

%0
%46
%17
%11

Triadic Colors of #e47abe

#e47abe #bee47a #7abee4

Analogous Colors of #e47abe

#e47abe #e47a89 #d57ae4

Monochromatic Colors of #e47abe

#e47abe

Complementary Color

#e47abe #7ae4a0

#e47abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47abe Color CSS Codes

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

#e47abe Text Font Color

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

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


#e47abe Background Color

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

This div background color is #e47abe


#e47abe Border Color

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

This div border color is #e47abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47abe


Comments

No comments written yet.

Please login to write comment.