Color Hex Logo

#e39bdc Color Hex

#E39BDC
(227,155,220)
0 Favorites   0 Comments

Color spaces of #e39bdc

RGB 227155220
HSL0.850.560.75
HSV306°32°89°
CMYK 0.000.320.03   0.11
XYZ56.318244.940973.4163
Yxy44.94090.32240.2573
Hunter Lab67.038032.6403-18.0046
CIE-Lab72.853036.9720-22.1828

#e39bdc color RGB value is (227,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 11011100
Octal 343 233 334
Decimal 227 155 220
Hex E3 9B DC

RGB Percentages of Color #e39bdc

%37.71
%25.75
%36.54

CMYK Percentages of Color #e39bdc

%0
%32
%3
%11

Triadic Colors of #e39bdc

#e39bdc #dce39b #9bdce3

Analogous Colors of #e39bdc

#e39bdc #e39bb8 #c69be3

Monochromatic Colors of #e39bdc

#e39bdc

Complementary Color

#e39bdc #9be3a2

#e39bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39bdc Color CSS Codes

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

#e39bdc Text Font Color

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

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


#e39bdc Background Color

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

This div background color is #e39bdc


#e39bdc Border Color

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

This div border color is #e39bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39bdc


Comments

No comments written yet.

Please login to write comment.