Color Hex Logo

#e57efb Color Hex

#E57EFB
(229,126,251)
0 Favorites   0 Comments

Color spaces of #e57efb

RGB 229126251
HSL0.800.940.74
HSV289°50°98°
CMYK 0.090.500.00   0.02
XYZ57.186538.544895.6926
Yxy38.54480.29870.2014
Hunter Lab62.084555.7700-47.9263
CIE-Lab68.420258.2258-46.0216

#e57efb color RGB value is (229,126,251).

#e57efb hex color red value is 229, green value is 126 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e57efb hue: 0.80 , saturation: 0.94 and the lightness value of e57efb is 0.74.

The process color (four color CMYK) of #e57efb color hex is 0.09, 0.50, 0.00, 0.02. Web safe color of #e57efb is #cc66ff. Color #e57efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111110 11111011
Octal 345 176 373
Decimal 229 126 251
Hex E5 7E FB

RGB Percentages of Color #e57efb

%37.79
%20.79
%41.42

CMYK Percentages of Color #e57efb

%9
%50
%0
%2

Triadic Colors of #e57efb

#e57efb #fbe57e #7efbe5

Analogous Colors of #e57efb

#e57efb #fb7ed3 #a77efb

Monochromatic Colors of #e57efb

#e57efb

Complementary Color

#e57efb #94fb7e

#e57efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57efb Color CSS Codes

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

#e57efb Text Font Color

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

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


#e57efb Background Color

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

This div background color is #e57efb


#e57efb Border Color

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

This div border color is #e57efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,126,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57efb


Comments

No comments written yet.

Please login to write comment.