Color Hex Logo

#e57bfe Color Hex

#E57BFE
(229,123,254)
0 Favorites   0 Comments

Color spaces of #e57bfe

RGB 229123254
HSL0.800.980.74
HSV289°52°100°
CMYK 0.100.520.00   0.00
XYZ57.285537.979798.0775
Yxy37.97970.29630.1964
Hunter Lab61.627758.0748-51.2178
CIE-Lab68.005760.2563-48.3149

#e57bfe color RGB value is (229,123,254).

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

The process color (four color CMYK) of #e57bfe color hex is 0.10, 0.52, 0.00, 0.00. Web safe color of #e57bfe is #cc66ff. Color #e57bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 11111110
Octal 345 173 376
Decimal 229 123 254
Hex E5 7B FE

RGB Percentages of Color #e57bfe

%37.79
%20.30
%41.91

CMYK Percentages of Color #e57bfe

%10
%52
%0
%0

Triadic Colors of #e57bfe

#e57bfe #fee57b #7bfee5

Analogous Colors of #e57bfe

#e57bfe #fe7bd6 #a47bfe

Monochromatic Colors of #e57bfe

#e57bfe

Complementary Color

#e57bfe #94fe7b

#e57bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57bfe Color CSS Codes

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

#e57bfe Text Font Color

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

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


#e57bfe Background Color

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

This div background color is #e57bfe


#e57bfe Border Color

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

This div border color is #e57bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57bfe


Comments

No comments written yet.

Please login to write comment.