Color Hex Logo

#e18abc Color Hex

#E18ABC
(225,138,188)
0 Favorites   0 Comments

Color spaces of #e18abc

RGB 225138188
HSL0.900.590.71
HSV326°39°88°
CMYK 0.000.390.16   0.12
XYZ49.216937.815352.2820
Yxy37.81530.35330.2714
Hunter Lab61.494135.2479-7.3621
CIE-Lab67.884339.9389-11.9848

#e18abc color RGB value is (225,138,188).

#e18abc hex color red value is 225, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e18abc hue: 0.90 , saturation: 0.59 and the lightness value of e18abc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001010 10111100
Octal 341 212 274
Decimal 225 138 188
Hex E1 8A BC

RGB Percentages of Color #e18abc

%40.83
%25.05
%34.12

CMYK Percentages of Color #e18abc

%0
%39
%16
%12

Triadic Colors of #e18abc

#e18abc #bce18a #8abce1

Analogous Colors of #e18abc

#e18abc #e18a91 #db8ae1

Monochromatic Colors of #e18abc

#e18abc

Complementary Color

#e18abc #8ae1af

#e18abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18abc Color CSS Codes

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

#e18abc Text Font Color

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

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


#e18abc Background Color

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

This div background color is #e18abc


#e18abc Border Color

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

This div border color is #e18abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18abc


Comments

No comments written yet.

Please login to write comment.