Color Hex Logo

#e893bf Color Hex

#E893BF
(232,147,191)
0 Favorites   0 Comments

Color spaces of #e893bf

RGB 232147191
HSL0.910.650.74
HSV329°37°91°
CMYK 0.000.370.18   0.09
XYZ53.116441.784854.5560
Yxy41.78480.35540.2796
Hunter Lab64.641233.5535-4.7909
CIE-Lab70.722338.0416-9.3301

#e893bf color RGB value is (232,147,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010011 10111111
Octal 350 223 277
Decimal 232 147 191
Hex E8 93 BF

RGB Percentages of Color #e893bf

%40.70
%25.79
%33.51

CMYK Percentages of Color #e893bf

%0
%37
%18
%9

Triadic Colors of #e893bf

#e893bf #bfe893 #93bfe8

Analogous Colors of #e893bf

#e893bf #e89395 #e793e8

Monochromatic Colors of #e893bf

#e893bf

Complementary Color

#e893bf #93e8bc

#e893bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e893bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e893bf Color CSS Codes

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

#e893bf Text Font Color

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

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


#e893bf Background Color

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

This div background color is #e893bf


#e893bf Border Color

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

This div border color is #e893bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e893bf


Comments

No comments written yet.

Please login to write comment.