Color Hex Logo

#e57bef Color Hex

#E57BEF
(229,123,239)
0 Favorites   0 Comments

Color spaces of #e57bef

RGB 229123239
HSL0.820.780.71
HSV295°49°94°
CMYK 0.040.490.00   0.06
XYZ54.976037.055985.9163
Yxy37.05590.30890.2082
Hunter Lab60.873654.6778-41.0698
CIE-Lab67.318957.4624-41.1608

#e57bef color RGB value is (229,123,239).

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

The process color (four color CMYK) of #e57bef color hex is 0.04, 0.49, 0.00, 0.06. Web safe color of #e57bef is #cc66ff. Color #e57bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 11101111
Octal 345 173 357
Decimal 229 123 239
Hex E5 7B EF

RGB Percentages of Color #e57bef

%38.75
%20.81
%40.44

CMYK Percentages of Color #e57bef

%4
%49
%0
%6

Triadic Colors of #e57bef

#e57bef #efe57b #7befe5

Analogous Colors of #e57bef

#e57bef #ef7bbf #ab7bef

Monochromatic Colors of #e57bef

#e57bef

Complementary Color

#e57bef #85ef7b

#e57bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57bef Color CSS Codes

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

#e57bef Text Font Color

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

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


#e57bef Background Color

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

This div background color is #e57bef


#e57bef Border Color

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

This div border color is #e57bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57bef


Comments

No comments written yet.

Please login to write comment.