Color Hex Logo

#e890bf Color Hex

#E890BF
(232,144,191)
0 Favorites   0 Comments

Color spaces of #e890bf

RGB 232144191
HSL0.910.660.74
HSV328°38°91°
CMYK 0.000.380.18   0.09
XYZ52.655940.863954.4025
Yxy40.86390.35600.2763
Hunter Lab63.924935.1646-5.7106
CIE-Lab70.080539.6145-10.2876

#e890bf color RGB value is (232,144,191).

#e890bf hex color red value is 232, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e890bf hue: 0.91 , saturation: 0.66 and the lightness value of e890bf is 0.74.

The process color (four color CMYK) of #e890bf color hex is 0.00, 0.38, 0.18, 0.09. Web safe color of #e890bf is #ff99cc. Color #e890bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010000 10111111
Octal 350 220 277
Decimal 232 144 191
Hex E8 90 BF

RGB Percentages of Color #e890bf

%40.92
%25.40
%33.69

CMYK Percentages of Color #e890bf

%0
%38
%18
%9

Triadic Colors of #e890bf

#e890bf #bfe890 #90bfe8

Analogous Colors of #e890bf

#e890bf #e89093 #e590e8

Monochromatic Colors of #e890bf

#e890bf

Complementary Color

#e890bf #90e8b9

#e890bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e890bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e890bf Color CSS Codes

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

#e890bf Text Font Color

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

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


#e890bf Background Color

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

This div background color is #e890bf


#e890bf Border Color

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

This div border color is #e890bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,144,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e890bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e890bf;
  -webkit-box-shadow: 1px 1px 3px 2px #e890bf;
  box-shadow:         1px 1px 3px 2px #e890bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,144,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e890bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e890bf


Comments

No comments written yet.

Please login to write comment.