Color Hex Logo

#e57bde Color Hex

#E57BDE
(229,123,222)
0 Favorites   0 Comments

Color spaces of #e57bde

RGB 229123222
HSL0.840.670.69
HSV304°46°90°
CMYK 0.000.460.03   0.10
XYZ52.580936.097973.3035
Yxy36.09790.32460.2229
Hunter Lab60.081551.0732-30.2807
CIE-Lab66.594754.4445-32.8832

#e57bde color RGB value is (229,123,222).

#e57bde hex color red value is 229, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e57bde hue: 0.84 , saturation: 0.67 and the lightness value of e57bde is 0.69.

The process color (four color CMYK) of #e57bde color hex is 0.00, 0.46, 0.03, 0.10. Web safe color of #e57bde is #cc66cc. Color #e57bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 11011110
Octal 345 173 336
Decimal 229 123 222
Hex E5 7B DE

RGB Percentages of Color #e57bde

%39.90
%21.43
%38.68

CMYK Percentages of Color #e57bde

%0
%46
%3
%10

Triadic Colors of #e57bde

#e57bde #dee57b #7bdee5

Analogous Colors of #e57bde

#e57bde #e57ba9 #b77be5

Monochromatic Colors of #e57bde

#e57bde

Complementary Color

#e57bde #7be582

#e57bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57bde Color CSS Codes

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

#e57bde Text Font Color

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

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


#e57bde Background Color

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

This div background color is #e57bde


#e57bde Border Color

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

This div border color is #e57bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57bde


Comments

No comments written yet.

Please login to write comment.