Color Hex Logo

#e18bef Color Hex

#E18BEF
(225,139,239)
0 Favorites   0 Comments

Color spaces of #e18bef

RGB 225139239
HSL0.810.760.74
HSV292°42°94°
CMYK 0.060.420.00   0.06
XYZ55.863940.704886.5738
Yxy40.70480.30500.2223
Hunter Lab63.800344.6450-35.7933
CIE-Lab69.968648.2723-37.0626

#e18bef color RGB value is (225,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11101111
Octal 341 213 357
Decimal 225 139 239
Hex E1 8B EF

RGB Percentages of Color #e18bef

%37.31
%23.05
%39.64

CMYK Percentages of Color #e18bef

%6
%42
%0
%6

Triadic Colors of #e18bef

#e18bef #efe18b #8befe1

Analogous Colors of #e18bef

#e18bef #ef8bcb #af8bef

Monochromatic Colors of #e18bef

#e18bef

Complementary Color

#e18bef #99ef8b

#e18bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bef Color CSS Codes

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

#e18bef Text Font Color

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

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


#e18bef Background Color

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

This div background color is #e18bef


#e18bef Border Color

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

This div border color is #e18bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bef


Comments

No comments written yet.

Please login to write comment.