Color Hex Logo

#e39bbf Color Hex

#E39BBF
(227,155,191)
0 Favorites   0 Comments

Color spaces of #e39bbf

RGB 227155191
HSL0.920.560.75
HSV330°32°89°
CMYK 0.000.320.16   0.11
XYZ52.803943.535254.9103
Yxy43.53520.34910.2878
Hunter Lab65.981227.3841-3.1550
CIE-Lab71.916732.0840-7.6139

#e39bbf color RGB value is (227,155,191).

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

The process color (four color CMYK) of #e39bbf color hex is 0.00, 0.32, 0.16, 0.11. Web safe color of #e39bbf is #cc99cc. Color #e39bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 10111111
Octal 343 233 277
Decimal 227 155 191
Hex E3 9B BF

RGB Percentages of Color #e39bbf

%39.62
%27.05
%33.33

CMYK Percentages of Color #e39bbf

%0
%32
%16
%11

Triadic Colors of #e39bbf

#e39bbf #bfe39b #9bbfe3

Analogous Colors of #e39bbf

#e39bbf #e39b9b #e39be3

Monochromatic Colors of #e39bbf

#e39bbf

Complementary Color

#e39bbf #9be3bf

#e39bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39bbf Color CSS Codes

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

#e39bbf Text Font Color

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

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


#e39bbf Background Color

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

This div background color is #e39bbf


#e39bbf Border Color

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

This div border color is #e39bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39bbf


Comments

No comments written yet.

Please login to write comment.