Color Hex Logo

#eea3fb Color Hex

#EEA3FB
(238,163,251)
0 Favorites   0 Comments

Color spaces of #eea3fb

RGB 238163251
HSL0.810.920.81
HSV291°35°98°
CMYK 0.050.350.00   0.02
XYZ65.769751.336697.7093
Yxy51.33660.30620.2390
Hunter Lab71.649638.4648-30.6997
CIE-Lab76.882541.8925-32.7681

#eea3fb color RGB value is (238,163,251).

#eea3fb hex color red value is 238, green value is 163 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eea3fb hue: 0.81 , saturation: 0.92 and the lightness value of eea3fb is 0.81.

The process color (four color CMYK) of #eea3fb color hex is 0.05, 0.35, 0.00, 0.02. Web safe color of #eea3fb is #ff99ff. Color #eea3fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 11111011
Octal 356 243 373
Decimal 238 163 251
Hex EE A3 FB

RGB Percentages of Color #eea3fb

%36.50
%25.00
%38.50

CMYK Percentages of Color #eea3fb

%5
%35
%0
%2

Triadic Colors of #eea3fb

#eea3fb #fbeea3 #a3fbee

Analogous Colors of #eea3fb

#eea3fb #fba3dc #c2a3fb

Monochromatic Colors of #eea3fb

#eea3fb

Complementary Color

#eea3fb #b0fba3

#eea3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea3fb Color CSS Codes

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

#eea3fb Text Font Color

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

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


#eea3fb Background Color

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

This div background color is #eea3fb


#eea3fb Border Color

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

This div border color is #eea3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.