Color Hex Logo

#e4acfb Color Hex

#E4ACFB
(228,172,251)
0 Favorites   0 Comments

Color spaces of #e4acfb

RGB 228172251
HSL0.780.910.83
HSV283°31°98°
CMYK 0.090.310.00   0.02
XYZ64.160052.964198.1083
Yxy52.96410.29810.2461
Hunter Lab72.776430.0075-28.9840
CIE-Lab77.853834.0679-31.3556

#e4acfb color RGB value is (228,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101100 11111011
Octal 344 254 373
Decimal 228 172 251
Hex E4 AC FB

RGB Percentages of Color #e4acfb

%35.02
%26.42
%38.56

CMYK Percentages of Color #e4acfb

%9
%31
%0
%2

Triadic Colors of #e4acfb

#e4acfb #fbe4ac #acfbe4

Analogous Colors of #e4acfb

#e4acfb #fbaceb #bdacfb

Monochromatic Colors of #e4acfb

#e4acfb

Complementary Color

#e4acfb #c3fbac

#e4acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4acfb Color CSS Codes

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

#e4acfb Text Font Color

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

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


#e4acfb Background Color

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

This div background color is #e4acfb


#e4acfb Border Color

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

This div border color is #e4acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4acfb


Comments

No comments written yet.

Please login to write comment.