Color Hex Logo

#e3abfb Color Hex

#E3ABFB
(227,171,251)
0 Favorites   0 Comments

Color spaces of #e3abfb

RGB 227171251
HSL0.780.910.83
HSV282°32°98°
CMYK 0.100.320.00   0.02
XYZ63.654152.421798.0303
Yxy52.42170.29730.2448
Hunter Lab72.402830.2262-29.5941
CIE-Lab77.532334.2977-31.8586

#e3abfb color RGB value is (227,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101011 11111011
Octal 343 253 373
Decimal 227 171 251
Hex E3 AB FB

RGB Percentages of Color #e3abfb

%34.98
%26.35
%38.67

CMYK Percentages of Color #e3abfb

%10
%32
%0
%2

Triadic Colors of #e3abfb

#e3abfb #fbe3ab #abfbe3

Analogous Colors of #e3abfb

#e3abfb #fbabeb #bbabfb

Monochromatic Colors of #e3abfb

#e3abfb

Complementary Color

#e3abfb #c3fbab

#e3abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3abfb Color CSS Codes

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

#e3abfb Text Font Color

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

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


#e3abfb Background Color

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

This div background color is #e3abfb


#e3abfb Border Color

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

This div border color is #e3abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3abfb

#e3abfb Color Palettes


Comments

No comments written yet.

Please login to write comment.