Color Hex Logo

#e18bee Color Hex

#E18BEE
(225,139,238)
0 Favorites   0 Comments

Color spaces of #e18bee

RGB 225139238
HSL0.810.740.74
HSV292°42°93°
CMYK 0.050.420.00   0.07
XYZ55.716640.645885.7978
Yxy40.64580.30590.2231
Hunter Lab63.754144.4269-35.1624
CIE-Lab69.927048.0830-36.5790

#e18bee color RGB value is (225,139,238).

#e18bee hex color red value is 225, green value is 139 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e18bee hue: 0.81 , saturation: 0.74 and the lightness value of e18bee is 0.74.

The process color (four color CMYK) of #e18bee color hex is 0.05, 0.42, 0.00, 0.07. Web safe color of #e18bee is #cc99ff. Color #e18bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11101110
Octal 341 213 356
Decimal 225 139 238
Hex E1 8B EE

RGB Percentages of Color #e18bee

%37.38
%23.09
%39.53

CMYK Percentages of Color #e18bee

%5
%42
%0
%7

Triadic Colors of #e18bee

#e18bee #eee18b #8beee1

Analogous Colors of #e18bee

#e18bee #ee8bca #b08bee

Monochromatic Colors of #e18bee

#e18bee

Complementary Color

#e18bee #98ee8b

#e18bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bee Color CSS Codes

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

#e18bee Text Font Color

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

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


#e18bee Background Color

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

This div background color is #e18bee


#e18bee Border Color

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

This div border color is #e18bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bee


Comments

No comments written yet.

Please login to write comment.