Color Hex Logo

#e48cfb Color Hex

#E48CFB
(228,140,251)
0 Favorites   0 Comments

Color spaces of #e48cfb

RGB 228140251
HSL0.800.930.77
HSV288°44°98°
CMYK 0.090.440.00   0.02
XYZ58.785642.215296.3168
Yxy42.21520.29790.2139
Hunter Lab64.973247.7977-42.4107
CIE-Lab71.019050.9224-41.9566

#e48cfb color RGB value is (228,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 11111011
Octal 344 214 373
Decimal 228 140 251
Hex E4 8C FB

RGB Percentages of Color #e48cfb

%36.83
%22.62
%40.55

CMYK Percentages of Color #e48cfb

%9
%44
%0
%2

Triadic Colors of #e48cfb

#e48cfb #fbe48c #8cfbe4

Analogous Colors of #e48cfb

#e48cfb #fb8cdb #ad8cfb

Monochromatic Colors of #e48cfb

#e48cfb

Complementary Color

#e48cfb #a3fb8c

#e48cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48cfb Color CSS Codes

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

#e48cfb Text Font Color

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

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


#e48cfb Background Color

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

This div background color is #e48cfb


#e48cfb Border Color

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

This div border color is #e48cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,140,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 #e48cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48cfb


Comments

No comments written yet.

Please login to write comment.