Color Hex Logo

#e6acfb Color Hex

#E6ACFB
(230,172,251)
0 Favorites   0 Comments

Color spaces of #e6acfb

RGB 230172251
HSL0.790.910.83
HSV284°31°98°
CMYK 0.080.310.00   0.02
XYZ64.798253.293198.1381
Yxy53.29310.29970.2465
Hunter Lab73.002130.6866-28.6032
CIE-Lab78.047734.6815-31.0408

#e6acfb color RGB value is (230,172,251).

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

The process color (four color CMYK) of #e6acfb color hex is 0.08, 0.31, 0.00, 0.02. Web safe color of #e6acfb is #ff99ff. Color #e6acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11111011
Octal 346 254 373
Decimal 230 172 251
Hex E6 AC FB

RGB Percentages of Color #e6acfb

%35.22
%26.34
%38.44

CMYK Percentages of Color #e6acfb

%8
%31
%0
%2

Triadic Colors of #e6acfb

#e6acfb #fbe6ac #acfbe6

Analogous Colors of #e6acfb

#e6acfb #fbace9 #bfacfb

Monochromatic Colors of #e6acfb

#e6acfb

Complementary Color

#e6acfb #c1fbac

#e6acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6acfb Color CSS Codes

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

#e6acfb Text Font Color

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

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


#e6acfb Background Color

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

This div background color is #e6acfb


#e6acfb Border Color

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

This div border color is #e6acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6acfb

#e6acfb Color Palettes


Comments

No comments written yet.

Please login to write comment.