Color Hex Logo

#e47ecc Color Hex

#E47ECC
(228,126,204)
0 Favorites   0 Comments

Color spaces of #e47ecc

RGB 228126204
HSL0.870.650.69
HSV314°45°89°
CMYK 0.000.450.11   0.11
XYZ50.354835.775361.3781
Yxy35.77530.34140.2425
Hunter Lab59.812545.6034-18.9732
CIE-Lab66.347949.6320-23.2353

#e47ecc color RGB value is (228,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 11001100
Octal 344 176 314
Decimal 228 126 204
Hex E4 7E CC

RGB Percentages of Color #e47ecc

%40.86
%22.58
%36.56

CMYK Percentages of Color #e47ecc

%0
%45
%11
%11

Triadic Colors of #e47ecc

#e47ecc #cce47e #7ecce4

Analogous Colors of #e47ecc

#e47ecc #e47e99 #c97ee4

Monochromatic Colors of #e47ecc

#e47ecc

Complementary Color

#e47ecc #7ee496

#e47ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ecc Color CSS Codes

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

#e47ecc Text Font Color

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

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


#e47ecc Background Color

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

This div background color is #e47ecc


#e47ecc Border Color

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

This div border color is #e47ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ecc


Comments

No comments written yet.

Please login to write comment.