Color Hex Logo

#e38ecb Color Hex

#E38ECB
(227,142,203)
0 Favorites   0 Comments

Color spaces of #e38ecb

RGB 227142203
HSL0.880.600.72
HSV317°37°89°
CMYK 0.000.370.11   0.11
XYZ52.131039.988761.4709
Yxy39.98870.33940.2604
Hunter Lab63.236636.4877-13.3688
CIE-Lab69.461540.9135-17.9502

#e38ecb color RGB value is (227,142,203).

#e38ecb hex color red value is 227, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e38ecb hue: 0.88 , saturation: 0.60 and the lightness value of e38ecb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11001011
Octal 343 216 313
Decimal 227 142 203
Hex E3 8E CB

RGB Percentages of Color #e38ecb

%39.69
%24.83
%35.49

CMYK Percentages of Color #e38ecb

%0
%37
%11
%11

Triadic Colors of #e38ecb

#e38ecb #cbe38e #8ecbe3

Analogous Colors of #e38ecb

#e38ecb #e38ea1 #d18ee3

Monochromatic Colors of #e38ecb

#e38ecb

Complementary Color

#e38ecb #8ee3a6

#e38ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38ecb Color CSS Codes

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

#e38ecb Text Font Color

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

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


#e38ecb Background Color

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

This div background color is #e38ecb


#e38ecb Border Color

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

This div border color is #e38ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38ecb


Comments

No comments written yet.

Please login to write comment.