Color Hex Logo

#e189fb Color Hex

#E189FB
(225,137,251)
0 Favorites   0 Comments

Color spaces of #e189fb

RGB 225137251
HSL0.800.930.76
HSV286°45°98°
CMYK 0.100.450.00   0.02
XYZ57.409640.863996.1285
Yxy40.86390.29530.2102
Hunter Lab63.924948.4386-44.4113
CIE-Lab70.080551.6179-43.4496

#e189fb color RGB value is (225,137,251).

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

The process color (four color CMYK) of #e189fb color hex is 0.10, 0.45, 0.00, 0.02. Web safe color of #e189fb is #cc99ff. Color #e189fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 11111011
Octal 341 211 373
Decimal 225 137 251
Hex E1 89 FB

RGB Percentages of Color #e189fb

%36.70
%22.35
%40.95

CMYK Percentages of Color #e189fb

%10
%45
%0
%2

Triadic Colors of #e189fb

#e189fb #fbe189 #89fbe1

Analogous Colors of #e189fb

#e189fb #fb89dc #a889fb

Monochromatic Colors of #e189fb

#e189fb

Complementary Color

#e189fb #a3fb89

#e189fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189fb Color CSS Codes

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

#e189fb Text Font Color

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

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


#e189fb Background Color

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

This div background color is #e189fb


#e189fb Border Color

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

This div border color is #e189fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189fb


Comments

No comments written yet.

Please login to write comment.