Color Hex Logo

#e39bcc Color Hex

#E39BCC
(227,155,204)
0 Favorites   0 Comments

Color spaces of #e39bcc

RGB 227155204
HSL0.890.560.75
HSV319°32°89°
CMYK 0.000.320.10   0.11
XYZ54.299044.133262.7834
Yxy44.13320.33680.2738
Hunter Lab66.432829.6399-9.5300
CIE-Lab72.317434.2001-14.1943

#e39bcc color RGB value is (227,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 11001100
Octal 343 233 314
Decimal 227 155 204
Hex E3 9B CC

RGB Percentages of Color #e39bcc

%38.74
%26.45
%34.81

CMYK Percentages of Color #e39bcc

%0
%32
%10
%11

Triadic Colors of #e39bcc

#e39bcc #cce39b #9bcce3

Analogous Colors of #e39bcc

#e39bcc #e39ba8 #d69be3

Monochromatic Colors of #e39bcc

#e39bcc

Complementary Color

#e39bcc #9be3b2

#e39bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39bcc Color CSS Codes

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

#e39bcc Text Font Color

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

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


#e39bcc Background Color

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

This div background color is #e39bcc


#e39bcc Border Color

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

This div border color is #e39bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39bcc


Comments

No comments written yet.

Please login to write comment.