Color Hex Logo

#eab0fb Color Hex

#EAB0FB
(234,176,251)
0 Favorites   0 Comments

Color spaces of #eab0fb

RGB 234176251
HSL0.800.900.84
HSV286°30°98°
CMYK 0.070.300.00   0.02
XYZ66.869655.508198.4565
Yxy55.50810.30280.2514
Hunter Lab74.503829.8281-26.1989
CIE-Lab79.333033.7814-29.0334

#eab0fb color RGB value is (234,176,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 11111011
Octal 352 260 373
Decimal 234 176 251
Hex EA B0 FB

RGB Percentages of Color #eab0fb

%35.40
%26.63
%37.97

CMYK Percentages of Color #eab0fb

%7
%30
%0
%2

Triadic Colors of #eab0fb

#eab0fb #fbeab0 #b0fbea

Analogous Colors of #eab0fb

#eab0fb #fbb0e7 #c5b0fb

Monochromatic Colors of #eab0fb

#eab0fb

Complementary Color

#eab0fb #c1fbb0

#eab0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab0fb Color CSS Codes

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

#eab0fb Text Font Color

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

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


#eab0fb Background Color

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

This div background color is #eab0fb


#eab0fb Border Color

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

This div border color is #eab0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab0fb


Comments

No comments written yet.

Please login to write comment.