Color Hex Logo

#e47edc Color Hex

#E47EDC
(228,126,220)
0 Favorites   0 Comments

Color spaces of #e47edc

RGB 228126220
HSL0.850.650.69
HSV305°45°89°
CMYK 0.000.450.04   0.11
XYZ52.374036.583072.0110
Yxy36.58300.32540.2273
Hunter Lab60.483948.7193-28.2509
CIE-Lab66.963052.3177-31.2117

#e47edc color RGB value is (228,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 11011100
Octal 344 176 334
Decimal 228 126 220
Hex E4 7E DC

RGB Percentages of Color #e47edc

%39.72
%21.95
%38.33

CMYK Percentages of Color #e47edc

%0
%45
%4
%11

Triadic Colors of #e47edc

#e47edc #dce47e #7edce4

Analogous Colors of #e47edc

#e47edc #e47ea9 #b97ee4

Monochromatic Colors of #e47edc

#e47edc

Complementary Color

#e47edc #7ee486

#e47edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47edc Color CSS Codes

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

#e47edc Text Font Color

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

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


#e47edc Background Color

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

This div background color is #e47edc


#e47edc Border Color

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

This div border color is #e47edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47edc


Comments

No comments written yet.

Please login to write comment.