Color Hex Logo

#e895bf Color Hex

#E895BF
(232,149,191)
0 Favorites   0 Comments

Color spaces of #e895bf

RGB 232149191
HSL0.920.640.75
HSV330°36°91°
CMYK 0.000.360.18   0.09
XYZ53.430142.412354.6605
Yxy42.41230.35500.2818
Hunter Lab65.124732.4780-4.1760
CIE-Lab71.154336.9889-8.6867

#e895bf color RGB value is (232,149,191).

#e895bf hex color red value is 232, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e895bf hue: 0.92 , saturation: 0.64 and the lightness value of e895bf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010101 10111111
Octal 350 225 277
Decimal 232 149 191
Hex E8 95 BF

RGB Percentages of Color #e895bf

%40.56
%26.05
%33.39

CMYK Percentages of Color #e895bf

%0
%36
%18
%9

Triadic Colors of #e895bf

#e895bf #bfe895 #95bfe8

Analogous Colors of #e895bf

#e895bf #e89596 #e895e8

Monochromatic Colors of #e895bf

#e895bf

Complementary Color

#e895bf #95e8be

#e895bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e895bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e895bf Color CSS Codes

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

#e895bf Text Font Color

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

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


#e895bf Background Color

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

This div background color is #e895bf


#e895bf Border Color

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

This div border color is #e895bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e895bf


Comments

No comments written yet.

Please login to write comment.