Color Hex Logo

#e47bff Color Hex

#E47BFF
(228,123,255)
0 Favorites   0 Comments

Color spaces of #e47bff

RGB 228123255
HSL0.801.000.74
HSV288°52°100°
CMYK 0.110.520.00   0.00
XYZ57.127937.879998.9083
Yxy37.87990.29460.1953
Hunter Lab61.546657.9779-52.1991
CIE-Lab67.932060.1861-48.9857

#e47bff color RGB value is (228,123,255).

#e47bff hex color red value is 228, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e47bff hue: 0.80 , saturation: 1.00 and the lightness value of e47bff is 0.74.

The process color (four color CMYK) of #e47bff color hex is 0.11, 0.52, 0.00, 0.00. Web safe color of #e47bff is #cc66ff. Color #e47bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11111111
Octal 344 173 377
Decimal 228 123 255
Hex E4 7B FF

RGB Percentages of Color #e47bff

%37.62
%20.30
%42.08

CMYK Percentages of Color #e47bff

%11
%52
%0
%0

Triadic Colors of #e47bff

#e47bff #ffe47b #7bffe4

Analogous Colors of #e47bff

#e47bff #ff7bd8 #a27bff

Monochromatic Colors of #e47bff

#e47bff

Complementary Color

#e47bff #96ff7b

#e47bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bff Color CSS Codes

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

#e47bff Text Font Color

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

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


#e47bff Background Color

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

This div background color is #e47bff


#e47bff Border Color

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

This div border color is #e47bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bff

Related Colors


Comments

No comments written yet.

Please login to write comment.