Color Hex Logo

#eaa6fb Color Hex

#EAA6FB
(234,166,251)
0 Favorites   0 Comments

Color spaces of #eaa6fb

RGB 234166251
HSL0.800.910.82
HSV288°34°98°
CMYK 0.070.340.00   0.02
XYZ64.980551.729997.8268
Yxy51.72990.30290.2411
Hunter Lab71.923535.4027-30.2969
CIE-Lab77.119039.0967-32.4374

#eaa6fb color RGB value is (234,166,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 11111011
Octal 352 246 373
Decimal 234 166 251
Hex EA A6 FB

RGB Percentages of Color #eaa6fb

%35.94
%25.50
%38.56

CMYK Percentages of Color #eaa6fb

%7
%34
%0
%2

Triadic Colors of #eaa6fb

#eaa6fb #fbeaa6 #a6fbea

Analogous Colors of #eaa6fb

#eaa6fb #fba6e2 #c0a6fb

Monochromatic Colors of #eaa6fb

#eaa6fb

Complementary Color

#eaa6fb #b7fba6

#eaa6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa6fb Color CSS Codes

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

#eaa6fb Text Font Color

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

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


#eaa6fb Background Color

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

This div background color is #eaa6fb


#eaa6fb Border Color

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

This div border color is #eaa6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa6fb


Comments

No comments written yet.

Please login to write comment.