Color Hex Logo

#e57bff Color Hex

#E57BFF
(229,123,255)
0 Favorites   0 Comments

Color spaces of #e57bff

RGB 229123255
HSL0.801.000.74
HSV288°52°100°
CMYK 0.100.520.00   0.00
XYZ57.446138.043998.9232
Yxy38.04390.29550.1957
Hunter Lab61.679758.3084-51.9147
CIE-Lab68.053060.4467-48.7869

#e57bff color RGB value is (229,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 11111111
Octal 345 173 377
Decimal 229 123 255
Hex E5 7B FF

RGB Percentages of Color #e57bff

%37.73
%20.26
%42.01

CMYK Percentages of Color #e57bff

%10
%52
%0
%0

Triadic Colors of #e57bff

#e57bff #ffe57b #7bffe5

Analogous Colors of #e57bff

#e57bff #ff7bd7 #a37bff

Monochromatic Colors of #e57bff

#e57bff

Complementary Color

#e57bff #95ff7b

#e57bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57bff Color CSS Codes

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

#e57bff Text Font Color

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

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


#e57bff Background Color

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

This div background color is #e57bff


#e57bff Border Color

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

This div border color is #e57bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57bff

Related Colors


Comments

No comments written yet.

Please login to write comment.