Color Hex Logo

#e47ea8 Color Hex

#E47EA8
(228,126,168)
0 Favorites   0 Comments

Color spaces of #e47ea8

RGB 228126168
HSL0.930.650.69
HSV335°45°89°
CMYK 0.000.450.26   0.11
XYZ46.523634.242841.2033
Yxy34.24280.38140.2807
Hunter Lab58.517339.5092-0.7852
CIE-Lab65.154844.2419-4.7397

#e47ea8 color RGB value is (228,126,168).

#e47ea8 hex color red value is 228, green value is 126 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #e47ea8 hue: 0.93 , saturation: 0.65 and the lightness value of e47ea8 is 0.69.

The process color (four color CMYK) of #e47ea8 color hex is 0.00, 0.45, 0.26, 0.11. Web safe color of #e47ea8 is #cc6699. Color #e47ea8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 10101000
Octal 344 176 250
Decimal 228 126 168
Hex E4 7E A8

RGB Percentages of Color #e47ea8

%43.68
%24.14
%32.18

CMYK Percentages of Color #e47ea8

%0
%45
%26
%11

Triadic Colors of #e47ea8

#e47ea8 #a8e47e #7ea8e4

Analogous Colors of #e47ea8

#e47ea8 #e4877e #e47edb

Monochromatic Colors of #e47ea8

#e47ea8

Complementary Color

#e47ea8 #7ee4ba

#e47ea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ea8 Color CSS Codes

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

#e47ea8 Text Font Color

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

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


#e47ea8 Background Color

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

This div background color is #e47ea8


#e47ea8 Border Color

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

This div border color is #e47ea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ea8


Comments

No comments written yet.

Please login to write comment.