Color Hex Logo

#e4abeb Color Hex

#E4ABEB
(228,171,235)
0 Favorites   0 Comments

Color spaces of #e4abeb

RGB 228171235
HSL0.820.620.80
HSV293°27°92°
CMYK 0.030.270.00   0.08
XYZ61.553251.618085.3163
Yxy51.61800.31010.2601
Hunter Lab71.845727.1985-20.1146
CIE-Lab77.051931.5020-23.9487

#e4abeb color RGB value is (228,171,235).

#e4abeb hex color red value is 228, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e4abeb hue: 0.82 , saturation: 0.62 and the lightness value of e4abeb is 0.80.

The process color (four color CMYK) of #e4abeb color hex is 0.03, 0.27, 0.00, 0.08. Web safe color of #e4abeb is #cc99ff. Color #e4abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101011 11101011
Octal 344 253 353
Decimal 228 171 235
Hex E4 AB EB

RGB Percentages of Color #e4abeb

%35.96
%26.97
%37.07

CMYK Percentages of Color #e4abeb

%3
%27
%0
%8

Triadic Colors of #e4abeb

#e4abeb #ebe4ab #abebe4

Analogous Colors of #e4abeb

#e4abeb #ebabd2 #c4abeb

Monochromatic Colors of #e4abeb

#e4abeb

Complementary Color

#e4abeb #b2ebab

#e4abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4abeb Color CSS Codes

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

#e4abeb Text Font Color

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

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


#e4abeb Background Color

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

This div background color is #e4abeb


#e4abeb Border Color

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

This div border color is #e4abeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,171,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 #e4abeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4abeb


Comments

No comments written yet.

Please login to write comment.