Color Hex Logo

#e18bbe Color Hex

#E18BBE
(225,139,190)
0 Favorites   0 Comments

Color spaces of #e18bbe

RGB 225139190
HSL0.900.590.71
HSV324°38°88°
CMYK 0.000.380.16   0.12
XYZ49.578238.190553.4736
Yxy38.19050.35100.2704
Hunter Lab61.798535.0554-8.0441
CIE-Lab68.160839.7271-12.6889

#e18bbe color RGB value is (225,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 10111110
Octal 341 213 276
Decimal 225 139 190
Hex E1 8B BE

RGB Percentages of Color #e18bbe

%40.61
%25.09
%34.30

CMYK Percentages of Color #e18bbe

%0
%38
%16
%12

Triadic Colors of #e18bbe

#e18bbe #bee18b #8bbee1

Analogous Colors of #e18bbe

#e18bbe #e18b93 #d98be1

Monochromatic Colors of #e18bbe

#e18bbe

Complementary Color

#e18bbe #8be1ae

#e18bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bbe Color CSS Codes

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

#e18bbe Text Font Color

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

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


#e18bbe Background Color

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

This div background color is #e18bbe


#e18bbe Border Color

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

This div border color is #e18bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bbe


Comments

No comments written yet.

Please login to write comment.