Color Hex Logo

#e558be Color Hex

#E558BE
(229,88,190)
0 Favorites   0 Comments

Color spaces of #e558be

RGB 22988190
HSL0.880.730.62
HSV317°62°90°
CMYK 0.000.620.17   0.10
XYZ45.097127.355251.6184
Yxy27.35520.36350.2205
Hunter Lab52.302262.3812-21.9033
CIE-Lab59.301765.4018-26.1169

#e558be color RGB value is (229,88,190).

#e558be hex color red value is 229, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e558be hue: 0.88 , saturation: 0.73 and the lightness value of e558be is 0.62.

The process color (four color CMYK) of #e558be color hex is 0.00, 0.62, 0.17, 0.10. Web safe color of #e558be is #cc66cc. Color #e558be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011000 10111110
Octal 345 130 276
Decimal 229 88 190
Hex E5 58 BE

RGB Percentages of Color #e558be

%45.17
%17.36
%37.48

CMYK Percentages of Color #e558be

%0
%62
%17
%10

Triadic Colors of #e558be

#e558be #bee558 #58bee5

Analogous Colors of #e558be

#e558be #e55878 #c658e5

Monochromatic Colors of #e558be

#e558be

Complementary Color

#e558be #58e57f

#e558be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e558be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e558be Color CSS Codes

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

#e558be Text Font Color

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

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


#e558be Background Color

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

This div background color is #e558be


#e558be Border Color

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

This div border color is #e558be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e558be


Comments

No comments written yet.

Please login to write comment.