Color Hex Logo

#e18feb Color Hex

#E18FEB
(225,143,235)
0 Favorites   0 Comments

Color spaces of #e18feb

RGB 225143235
HSL0.820.700.74
HSV293°39°92°
CMYK 0.040.390.00   0.08
XYZ55.869241.650683.6920
Yxy41.65060.30830.2298
Hunter Lab64.537341.5852-31.7112
CIE-Lab70.629445.4375-33.8443

#e18feb color RGB value is (225,143,235).

#e18feb hex color red value is 225, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e18feb hue: 0.82 , saturation: 0.70 and the lightness value of e18feb is 0.74.

The process color (four color CMYK) of #e18feb color hex is 0.04, 0.39, 0.00, 0.08. Web safe color of #e18feb is #cc99ff. Color #e18feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001111 11101011
Octal 341 217 353
Decimal 225 143 235
Hex E1 8F EB

RGB Percentages of Color #e18feb

%37.31
%23.71
%38.97

CMYK Percentages of Color #e18feb

%4
%39
%0
%8

Triadic Colors of #e18feb

#e18feb #ebe18f #8febe1

Analogous Colors of #e18feb

#e18feb #eb8fc7 #b38feb

Monochromatic Colors of #e18feb

#e18feb

Complementary Color

#e18feb #99eb8f

#e18feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18feb Color CSS Codes

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

#e18feb Text Font Color

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

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


#e18feb Background Color

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

This div background color is #e18feb


#e18feb Border Color

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

This div border color is #e18feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18feb


Comments

No comments written yet.

Please login to write comment.