Color Hex Logo

#e4abfb Color Hex

#E4ABFB
(228,171,251)
0 Favorites   0 Comments

Color spaces of #e4abfb

RGB 228171251
HSL0.790.910.83
HSV283°32°98°
CMYK 0.090.320.00   0.02
XYZ63.970452.584898.0451
Yxy52.58480.29810.2450
Hunter Lab72.515430.5642-29.4028
CIE-Lab77.629234.6034-31.7013

#e4abfb color RGB value is (228,171,251).

#e4abfb hex color red value is 228, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e4abfb hue: 0.79 , saturation: 0.91 and the lightness value of e4abfb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101011 11111011
Octal 344 253 373
Decimal 228 171 251
Hex E4 AB FB

RGB Percentages of Color #e4abfb

%35.08
%26.31
%38.62

CMYK Percentages of Color #e4abfb

%9
%32
%0
%2

Triadic Colors of #e4abfb

#e4abfb #fbe4ab #abfbe4

Analogous Colors of #e4abfb

#e4abfb #fbabea #bcabfb

Monochromatic Colors of #e4abfb

#e4abfb

Complementary Color

#e4abfb #c2fbab

#e4abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4abfb Color CSS Codes

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

#e4abfb Text Font Color

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

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


#e4abfb Background Color

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

This div background color is #e4abfb


#e4abfb Border Color

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

This div border color is #e4abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4abfb

Related Colors


Comments

No comments written yet.

Please login to write comment.