Color Hex Logo

#e38aca Color Hex

#E38ACA
(227,138,202)
0 Favorites   0 Comments

Color spaces of #e38aca

RGB 227138202
HSL0.880.610.72
HSV317°39°89°
CMYK 0.000.390.11   0.11
XYZ51.427738.772160.6503
Yxy38.77210.34090.2570
Hunter Lab62.267238.4589-14.1633
CIE-Lab68.585942.8388-18.7211

#e38aca color RGB value is (227,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001010 11001010
Octal 343 212 312
Decimal 227 138 202
Hex E3 8A CA

RGB Percentages of Color #e38aca

%40.04
%24.34
%35.63

CMYK Percentages of Color #e38aca

%0
%39
%11
%11

Triadic Colors of #e38aca

#e38aca #cae38a #8acae3

Analogous Colors of #e38aca

#e38aca #e38a9e #d08ae3

Monochromatic Colors of #e38aca

#e38aca

Complementary Color

#e38aca #8ae3a3

#e38aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38aca Color CSS Codes

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

#e38aca Text Font Color

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

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


#e38aca Background Color

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

This div background color is #e38aca


#e38aca Border Color

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

This div border color is #e38aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38aca


Comments

No comments written yet.

Please login to write comment.