Color Hex Logo

#e57beb Color Hex

#E57BEB
(229,123,235)
0 Favorites   0 Comments

Color spaces of #e57beb

RGB 229123235
HSL0.820.740.70
HSV297°48°92°
CMYK 0.030.480.00   0.08
XYZ54.391536.822182.8379
Yxy36.82210.31250.2116
Hunter Lab60.681253.8060-38.4619
CIE-Lab67.143356.7377-39.2293

#e57beb color RGB value is (229,123,235).

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

The process color (four color CMYK) of #e57beb color hex is 0.03, 0.48, 0.00, 0.08. Web safe color of #e57beb is #cc66ff. Color #e57beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 11101011
Octal 345 173 353
Decimal 229 123 235
Hex E5 7B EB

RGB Percentages of Color #e57beb

%39.01
%20.95
%40.03

CMYK Percentages of Color #e57beb

%3
%48
%0
%8

Triadic Colors of #e57beb

#e57beb #ebe57b #7bebe5

Analogous Colors of #e57beb

#e57beb #eb7bb9 #ad7beb

Monochromatic Colors of #e57beb

#e57beb

Complementary Color

#e57beb #81eb7b

#e57beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57beb Color CSS Codes

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

#e57beb Text Font Color

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

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


#e57beb Background Color

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

This div background color is #e57beb


#e57beb Border Color

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

This div border color is #e57beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57beb


Comments

No comments written yet.

Please login to write comment.