Color Hex Logo

#e55696 Color Hex

#E55696
(229,86,150)
0 Favorites   0 Comments

Color spaces of #e55696

RGB 22986150
HSL0.930.730.62
HSV333°62°90°
CMYK 0.000.620.34   0.10
XYZ41.145925.515631.6105
Yxy25.51560.41870.2596
Hunter Lab50.513057.0015-1.7440
CIE-Lab57.574461.1079-5.5778

#e55696 color RGB value is (229,86,150).

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

The process color (four color CMYK) of #e55696 color hex is 0.00, 0.62, 0.34, 0.10. Web safe color of #e55696 is #cc6699. Color #e55696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010110 10010110
Octal 345 126 226
Decimal 229 86 150
Hex E5 56 96

RGB Percentages of Color #e55696

%49.25
%18.49
%32.26

CMYK Percentages of Color #e55696

%0
%62
%34
%10

Triadic Colors of #e55696

#e55696 #96e556 #5696e5

Analogous Colors of #e55696

#e55696 #e55d56 #e556de

Monochromatic Colors of #e55696

#e55696

Complementary Color

#e55696 #56e5a5

#e55696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55696 Color CSS Codes

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

#e55696 Text Font Color

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

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


#e55696 Background Color

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

This div background color is #e55696


#e55696 Border Color

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

This div border color is #e55696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55696


Comments

No comments written yet.

Please login to write comment.