Color Hex Logo

#e5abfb Color Hex

#E5ABFB
(229,171,251)
0 Favorites   0 Comments

Color spaces of #e5abfb

RGB 229171251
HSL0.790.910.83
HSV284°32°98°
CMYK 0.090.320.00   0.02
XYZ64.288652.748998.0600
Yxy52.74890.29890.2452
Hunter Lab72.628430.9033-29.2111
CIE-Lab77.726534.9094-31.5433

#e5abfb color RGB value is (229,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 11111011
Octal 345 253 373
Decimal 229 171 251
Hex E5 AB FB

RGB Percentages of Color #e5abfb

%35.18
%26.27
%38.56

CMYK Percentages of Color #e5abfb

%9
%32
%0
%2

Triadic Colors of #e5abfb

#e5abfb #fbe5ab #abfbe5

Analogous Colors of #e5abfb

#e5abfb #fbabe9 #bdabfb

Monochromatic Colors of #e5abfb

#e5abfb

Complementary Color

#e5abfb #c1fbab

#e5abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abfb Color CSS Codes

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

#e5abfb Text Font Color

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

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


#e5abfb Background Color

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

This div background color is #e5abfb


#e5abfb Border Color

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

This div border color is #e5abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abfb

Related Colors


Comments

No comments written yet.

Please login to write comment.