Color Hex Logo

#e38baa Color Hex

#E38BAA
(227,139,170)
0 Favorites   0 Comments

Color spaces of #e38baa

RGB 227139170
HSL0.940.610.72
HSV339°39°89°
CMYK 0.000.390.25   0.11
XYZ48.166937.698442.7681
Yxy37.69840.37450.2931
Hunter Lab61.399032.58311.6803
CIE-Lab67.797737.4360-1.9916

#e38baa color RGB value is (227,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 10101010
Octal 343 213 252
Decimal 227 139 170
Hex E3 8B AA

RGB Percentages of Color #e38baa

%42.35
%25.93
%31.72

CMYK Percentages of Color #e38baa

%0
%39
%25
%11

Triadic Colors of #e38baa

#e38baa #aae38b #8baae3

Analogous Colors of #e38baa

#e38baa #e3988b #e38bd6

Monochromatic Colors of #e38baa

#e38baa

Complementary Color

#e38baa #8be3c4

#e38baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38baa Color CSS Codes

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

#e38baa Text Font Color

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

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


#e38baa Background Color

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

This div background color is #e38baa


#e38baa Border Color

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

This div border color is #e38baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38baa


Comments

No comments written yet.

Please login to write comment.