Color Hex Logo

#e38dbc Color Hex

#E38DBC
(227,141,188)
0 Favorites   0 Comments

Color spaces of #e38dbc

RGB 227141188
HSL0.910.610.72
HSV327°38°89°
CMYK 0.000.380.17   0.11
XYZ50.280539.011552.4568
Yxy39.01150.35470.2752
Hunter Lab62.459234.3914-6.0737
CIE-Lab68.759639.0376-10.6500

#e38dbc color RGB value is (227,141,188).

#e38dbc hex color red value is 227, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e38dbc hue: 0.91 , saturation: 0.61 and the lightness value of e38dbc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001101 10111100
Octal 343 215 274
Decimal 227 141 188
Hex E3 8D BC

RGB Percentages of Color #e38dbc

%40.83
%25.36
%33.81

CMYK Percentages of Color #e38dbc

%0
%38
%17
%11

Triadic Colors of #e38dbc

#e38dbc #bce38d #8dbce3

Analogous Colors of #e38dbc

#e38dbc #e38d91 #df8de3

Monochromatic Colors of #e38dbc

#e38dbc

Complementary Color

#e38dbc #8de3b4

#e38dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38dbc Color CSS Codes

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

#e38dbc Text Font Color

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

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


#e38dbc Background Color

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

This div background color is #e38dbc


#e38dbc Border Color

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

This div border color is #e38dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38dbc


Comments

No comments written yet.

Please login to write comment.