Color Hex Logo

#e39bcf Color Hex

#E39BCF
(227,155,207)
0 Favorites   0 Comments

Color spaces of #e39bcf

RGB 227155207
HSL0.880.560.75
HSV317°32°89°
CMYK 0.000.320.09   0.11
XYZ54.662444.278664.6971
Yxy44.27860.33400.2706
Hunter Lab66.542230.1836-11.0665
CIE-Lab72.414334.7060-15.7017

#e39bcf color RGB value is (227,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 11001111
Octal 343 233 317
Decimal 227 155 207
Hex E3 9B CF

RGB Percentages of Color #e39bcf

%38.54
%26.32
%35.14

CMYK Percentages of Color #e39bcf

%0
%32
%9
%11

Triadic Colors of #e39bcf

#e39bcf #cfe39b #9bcfe3

Analogous Colors of #e39bcf

#e39bcf #e39bab #d39be3

Monochromatic Colors of #e39bcf

#e39bcf

Complementary Color

#e39bcf #9be3af

#e39bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39bcf Color CSS Codes

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

#e39bcf Text Font Color

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

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


#e39bcf Background Color

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

This div background color is #e39bcf


#e39bcf Border Color

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

This div border color is #e39bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39bcf


Comments

No comments written yet.

Please login to write comment.