Color Hex Logo

#eaabfb Color Hex

#EAABFB
(234,171,251)
0 Favorites   0 Comments

Color spaces of #eaabfb

RGB 234171251
HSL0.800.910.83
HSV287°32°98°
CMYK 0.070.320.00   0.02
XYZ65.907253.583398.1357
Yxy53.58330.30280.2462
Hunter Lab73.200632.6139-28.2461
CIE-Lab78.218136.4433-30.7454

#eaabfb color RGB value is (234,171,251).

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

The process color (four color CMYK) of #eaabfb color hex is 0.07, 0.32, 0.00, 0.02. Web safe color of #eaabfb is #ff99ff. Color #eaabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11111011
Octal 352 253 373
Decimal 234 171 251
Hex EA AB FB

RGB Percentages of Color #eaabfb

%35.67
%26.07
%38.26

CMYK Percentages of Color #eaabfb

%7
%32
%0
%2

Triadic Colors of #eaabfb

#eaabfb #fbeaab #abfbea

Analogous Colors of #eaabfb

#eaabfb #fbabe4 #c2abfb

Monochromatic Colors of #eaabfb

#eaabfb

Complementary Color

#eaabfb #bcfbab

#eaabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabfb Color CSS Codes

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

#eaabfb Text Font Color

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

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


#eaabfb Background Color

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

This div background color is #eaabfb


#eaabfb Border Color

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

This div border color is #eaabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabfb


Comments

No comments written yet.

Please login to write comment.