Color Hex Logo

#e48ffb Color Hex

#E48FFB
(228,143,251)
0 Favorites   0 Comments

Color spaces of #e48ffb

RGB 228143251
HSL0.800.930.77
HSV287°43°98°
CMYK 0.090.430.00   0.02
XYZ59.230043.103996.4649
Yxy43.10390.29790.2168
Hunter Lab65.653646.1418-41.1574
CIE-Lab71.625449.3795-41.0094

#e48ffb color RGB value is (228,143,251).

#e48ffb hex color red value is 228, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e48ffb hue: 0.80 , saturation: 0.93 and the lightness value of e48ffb is 0.77.

The process color (four color CMYK) of #e48ffb color hex is 0.09, 0.43, 0.00, 0.02. Web safe color of #e48ffb is #cc99ff. Color #e48ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001111 11111011
Octal 344 217 373
Decimal 228 143 251
Hex E4 8F FB

RGB Percentages of Color #e48ffb

%36.66
%22.99
%40.35

CMYK Percentages of Color #e48ffb

%9
%43
%0
%2

Triadic Colors of #e48ffb

#e48ffb #fbe48f #8ffbe4

Analogous Colors of #e48ffb

#e48ffb #fb8fdc #ae8ffb

Monochromatic Colors of #e48ffb

#e48ffb

Complementary Color

#e48ffb #a6fb8f

#e48ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ffb Color CSS Codes

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

#e48ffb Text Font Color

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

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


#e48ffb Background Color

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

This div background color is #e48ffb


#e48ffb Border Color

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

This div border color is #e48ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ffb


Comments

No comments written yet.

Please login to write comment.