Color Hex Logo

#e38aba Color Hex

#E38ABA
(227,138,186)
0 Favorites   0 Comments

Color spaces of #e38aba

RGB 227138186
HSL0.910.610.72
HSV328°39°89°
CMYK 0.000.390.18   0.11
XYZ49.630038.053051.1836
Yxy38.05300.35740.2740
Hunter Lab61.687135.6587-6.0137
CIE-Lab68.059740.3031-10.5779

#e38aba color RGB value is (227,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001010 10111010
Octal 343 212 272
Decimal 227 138 186
Hex E3 8A BA

RGB Percentages of Color #e38aba

%41.20
%25.05
%33.76

CMYK Percentages of Color #e38aba

%0
%39
%18
%11

Triadic Colors of #e38aba

#e38aba #bae38a #8abae3

Analogous Colors of #e38aba

#e38aba #e38a8e #e08ae3

Monochromatic Colors of #e38aba

#e38aba

Complementary Color

#e38aba #8ae3b3

#e38aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38aba Color CSS Codes

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

#e38aba Text Font Color

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

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


#e38aba Background Color

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

This div background color is #e38aba


#e38aba Border Color

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

This div border color is #e38aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38aba


Comments

No comments written yet.

Please login to write comment.