Color Hex Logo

#e55592 Color Hex

#E55592
(229,85,146)
0 Favorites   0 Comments

Color spaces of #e55592

RGB 22985146
HSL0.930.730.62
HSV335°63°90°
CMYK 0.000.630.36   0.10
XYZ40.749925.230329.9163
Yxy25.23030.42490.2631
Hunter Lab50.229856.9096-0.1516
CIE-Lab57.299161.0769-3.6429

#e55592 color RGB value is (229,85,146).

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

The process color (four color CMYK) of #e55592 color hex is 0.00, 0.63, 0.36, 0.10. Web safe color of #e55592 is #cc6699. Color #e55592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010101 10010010
Octal 345 125 222
Decimal 229 85 146
Hex E5 55 92

RGB Percentages of Color #e55592

%49.78
%18.48
%31.74

CMYK Percentages of Color #e55592

%0
%63
%36
%10

Triadic Colors of #e55592

#e55592 #92e555 #5592e5

Analogous Colors of #e55592

#e55592 #e56055 #e555da

Monochromatic Colors of #e55592

#e55592

Complementary Color

#e55592 #55e5a8

#e55592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55592 Color CSS Codes

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

#e55592 Text Font Color

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

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


#e55592 Background Color

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

This div background color is #e55592


#e55592 Border Color

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

This div border color is #e55592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55592


Comments

No comments written yet.

Please login to write comment.