Color Hex Logo

#e18bea Color Hex

#E18BEA
(225,139,234)
0 Favorites   0 Comments

Color spaces of #e18bea

RGB 225139234
HSL0.820.690.73
HSV294°41°92°
CMYK 0.040.410.00   0.08
XYZ55.135240.413382.7365
Yxy40.41330.30930.2267
Hunter Lab63.571543.5621-32.6643
CIE-Lab69.762947.3299-34.6383

#e18bea color RGB value is (225,139,234).

#e18bea hex color red value is 225, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e18bea hue: 0.82 , saturation: 0.69 and the lightness value of e18bea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11101010
Octal 341 213 352
Decimal 225 139 234
Hex E1 8B EA

RGB Percentages of Color #e18bea

%37.63
%23.24
%39.13

CMYK Percentages of Color #e18bea

%4
%41
%0
%8

Triadic Colors of #e18bea

#e18bea #eae18b #8beae1

Analogous Colors of #e18bea

#e18bea #ea8bc4 #b28bea

Monochromatic Colors of #e18bea

#e18bea

Complementary Color

#e18bea #94ea8b

#e18bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bea Color CSS Codes

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

#e18bea Text Font Color

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

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


#e18bea Background Color

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

This div background color is #e18bea


#e18bea Border Color

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

This div border color is #e18bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bea


Comments

No comments written yet.

Please login to write comment.