Color Hex Logo

#e38abf Color Hex

#E38ABF
(227,138,191)
0 Favorites   0 Comments

Color spaces of #e38abf

RGB 227138191
HSL0.900.610.72
HSV324°39°89°
CMYK 0.000.390.16   0.11
XYZ50.171038.269454.0327
Yxy38.26940.35210.2686
Hunter Lab61.862336.5066-8.4824
CIE-Lab68.218741.0753-13.1371

#e38abf color RGB value is (227,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001010 10111111
Octal 343 212 277
Decimal 227 138 191
Hex E3 8A BF

RGB Percentages of Color #e38abf

%40.83
%24.82
%34.35

CMYK Percentages of Color #e38abf

%0
%39
%16
%11

Triadic Colors of #e38abf

#e38abf #bfe38a #8abfe3

Analogous Colors of #e38abf

#e38abf #e38a93 #db8ae3

Monochromatic Colors of #e38abf

#e38abf

Complementary Color

#e38abf #8ae3ae

#e38abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38abf Color CSS Codes

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

#e38abf Text Font Color

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

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


#e38abf Background Color

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

This div background color is #e38abf


#e38abf Border Color

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

This div border color is #e38abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38abf


Comments

No comments written yet.

Please login to write comment.