Color Hex Logo

#e38bad Color Hex

#E38BAD
(227,139,173)
0 Favorites   0 Comments

Color spaces of #e38bad

RGB 227139173
HSL0.940.610.72
HSV337°39°89°
CMYK 0.000.390.24   0.11
XYZ48.454037.813344.2800
Yxy37.81330.37120.2897
Hunter Lab61.492533.04000.3508
CIE-Lab67.882837.8599-3.5510

#e38bad color RGB value is (227,139,173).

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

The process color (four color CMYK) of #e38bad color hex is 0.00, 0.39, 0.24, 0.11. Web safe color of #e38bad is #cc9999. Color #e38bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 10101101
Octal 343 213 255
Decimal 227 139 173
Hex E3 8B AD

RGB Percentages of Color #e38bad

%42.12
%25.79
%32.10

CMYK Percentages of Color #e38bad

%0
%39
%24
%11

Triadic Colors of #e38bad

#e38bad #ade38b #8bade3

Analogous Colors of #e38bad

#e38bad #e3958b #e38bd9

Monochromatic Colors of #e38bad

#e38bad

Complementary Color

#e38bad #8be3c1

#e38bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bad Color CSS Codes

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

#e38bad Text Font Color

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

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


#e38bad Background Color

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

This div background color is #e38bad


#e38bad Border Color

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

This div border color is #e38bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bad


Comments

No comments written yet.

Please login to write comment.