color codes Logo

#e47ef1 color codes

#E47EF1
(228,126,241)
0 Favorites   0 Comments

Color spaces of #e47ef1

RGB 228126241
HSL0.810.800.72
HSV293°48°95°
CMYK 0.050.480.00   0.05
XYZ55.332937.766687.5924
Yxy37.76660.30620.2090
Hunter Lab61.454553.1737-41.4891
CIE-Lab67.848256.0806-41.4423

#e47ef1 color RGB value is (228,126,241).

#e47ef1 hex color red value is 228, green value is 126 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #e47ef1 hue: 0.81 , saturation: 0.80 and the lightness value of e47ef1 is 0.72.

The process color (four color CMYK) of #e47ef1 color code is 0.05, 0.48, 0.00, 0.05. Web safe color of #e47ef1 is #cc66ff. Color #e47ef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 11110001
Octal 344 176 361
Decimal 228 126 241
Hex E4 7E F1

RGB Percentages of Color #e47ef1

%38.32
%21.18
%40.50

CMYK Percentages of Color #e47ef1

%5
%48
%0
%5

Triadic Colors of #e47ef1

#e47ef1 #f1e47e #7ef1e4

Analogous Colors of #e47ef1

#e47ef1 #f17ec5 #ab7ef1

Monochromatic Colors of #e47ef1

#e47ef1

Complementary Color

#e47ef1 #8bf17e

#e47ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ef1 Color CSS Codes

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

#e47ef1 Text Font Color

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

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


#e47ef1 Background Color

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

This div background color is #e47ef1


#e47ef1 Border Color

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

This div border color is #e47ef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ef1


Comments

No comments written yet.

Please login to write comment.