Color Hex Logo

#e47abc Color Hex

#E47ABC
(228,122,188)
0 Favorites   0 Comments

Color spaces of #e47abc

RGB 228122188
HSL0.900.660.69
HSV323°46°89°
CMYK 0.000.460.18   0.11
XYZ48.031534.043951.6165
Yxy34.04390.35930.2546
Hunter Lab58.347244.8341-11.6076
CIE-Lab64.997449.1326-16.2948

#e47abc color RGB value is (228,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 10111100
Octal 344 172 274
Decimal 228 122 188
Hex E4 7A BC

RGB Percentages of Color #e47abc

%42.38
%22.68
%34.94

CMYK Percentages of Color #e47abc

%0
%46
%18
%11

Triadic Colors of #e47abc

#e47abc #bce47a #7abce4

Analogous Colors of #e47abc

#e47abc #e47a87 #d77ae4

Monochromatic Colors of #e47abc

#e47abc

Complementary Color

#e47abc #7ae4a2

#e47abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47abc Color CSS Codes

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

#e47abc Text Font Color

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

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


#e47abc Background Color

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

This div background color is #e47abc


#e47abc Border Color

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

This div border color is #e47abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47abc


Comments

No comments written yet.

Please login to write comment.