Color Hex Logo

#e39bcb Color Hex

#E39BCB
(227,155,203)
0 Favorites   0 Comments

Color spaces of #e39bcb

RGB 227155203
HSL0.890.560.75
HSV320°32°89°
CMYK 0.000.320.11   0.11
XYZ54.179444.085462.1537
Yxy44.08540.33770.2748
Hunter Lab66.396829.4604-9.0232
CIE-Lab72.285534.0327-13.6909

#e39bcb color RGB value is (227,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 11001011
Octal 343 233 313
Decimal 227 155 203
Hex E3 9B CB

RGB Percentages of Color #e39bcb

%38.80
%26.50
%34.70

CMYK Percentages of Color #e39bcb

%0
%32
%11
%11

Triadic Colors of #e39bcb

#e39bcb #cbe39b #9bcbe3

Analogous Colors of #e39bcb

#e39bcb #e39ba7 #d79be3

Monochromatic Colors of #e39bcb

#e39bcb

Complementary Color

#e39bcb #9be3b3

#e39bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39bcb Color CSS Codes

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

#e39bcb Text Font Color

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

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


#e39bcb Background Color

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

This div background color is #e39bcb


#e39bcb Border Color

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

This div border color is #e39bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,155,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39bcb


Comments

No comments written yet.

Please login to write comment.