Color Hex Logo

#e989fb Color Hex

#E989FB
(233,137,251)
0 Favorites   0 Comments

Color spaces of #e989fb

RGB 233137251
HSL0.810.930.76
HSV291°45°98°
CMYK 0.070.450.00   0.02
XYZ59.962542.180096.2480
Yxy42.18000.30220.2126
Hunter Lab64.946151.1471-42.4035
CIE-Lab70.994853.8509-41.9526

#e989fb color RGB value is (233,137,251).

#e989fb hex color red value is 233, green value is 137 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e989fb hue: 0.81 , saturation: 0.93 and the lightness value of e989fb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001001 11111011
Octal 351 211 373
Decimal 233 137 251
Hex E9 89 FB

RGB Percentages of Color #e989fb

%37.52
%22.06
%40.42

CMYK Percentages of Color #e989fb

%7
%45
%0
%2

Triadic Colors of #e989fb

#e989fb #fbe989 #89fbe9

Analogous Colors of #e989fb

#e989fb #fb89d4 #b089fb

Monochromatic Colors of #e989fb

#e989fb

Complementary Color

#e989fb #9bfb89

#e989fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e989fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e989fb Color CSS Codes

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

#e989fb Text Font Color

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

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


#e989fb Background Color

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

This div background color is #e989fb


#e989fb Border Color

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

This div border color is #e989fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e989fb

Related Colors


Comments

No comments written yet.

Please login to write comment.