Color Hex Logo

#e554be Color Hex

#E554BE
(229,84,190)
0 Favorites   0 Comments

Color spaces of #e554be

RGB 22984190
HSL0.880.740.61
HSV316°63°90°
CMYK 0.000.630.17   0.10
XYZ44.777726.716451.5119
Yxy26.71640.36400.2172
Hunter Lab51.687964.1823-22.9066
CIE-Lab58.710967.0254-27.0282

#e554be color RGB value is (229,84,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 10111110
Octal 345 124 276
Decimal 229 84 190
Hex E5 54 BE

RGB Percentages of Color #e554be

%45.53
%16.70
%37.77

CMYK Percentages of Color #e554be

%0
%63
%17
%10

Triadic Colors of #e554be

#e554be #bee554 #54bee5

Analogous Colors of #e554be

#e554be #e55476 #c454e5

Monochromatic Colors of #e554be

#e554be

Complementary Color

#e554be #54e57b

#e554be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e554be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e554be Color CSS Codes

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

#e554be Text Font Color

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

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


#e554be Background Color

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

This div background color is #e554be


#e554be Border Color

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

This div border color is #e554be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,84,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 #e554be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e554be


Comments

No comments written yet.

Please login to write comment.