Color Hex Logo

#e47abf Color Hex

#E47ABF
(228,122,191)
0 Favorites   0 Comments

Color spaces of #e47abf

RGB 228122191
HSL0.890.660.69
HSV321°46°89°
CMYK 0.000.460.16   0.11
XYZ48.358434.174653.3378
Yxy34.17460.35590.2515
Hunter Lab58.459045.3552-13.1746
CIE-Lab65.100949.5878-17.8309

#e47abf color RGB value is (228,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 10111111
Octal 344 172 277
Decimal 228 122 191
Hex E4 7A BF

RGB Percentages of Color #e47abf

%42.14
%22.55
%35.30

CMYK Percentages of Color #e47abf

%0
%46
%16
%11

Triadic Colors of #e47abf

#e47abf #bfe47a #7abfe4

Analogous Colors of #e47abf

#e47abf #e47a8a #d47ae4

Monochromatic Colors of #e47abf

#e47abf

Complementary Color

#e47abf #7ae49f

#e47abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47abf Color CSS Codes

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

#e47abf Text Font Color

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

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


#e47abf Background Color

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

This div background color is #e47abf


#e47abf Border Color

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

This div border color is #e47abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47abf


Comments

No comments written yet.

Please login to write comment.