Color Hex Logo

#e55097 Color Hex

#E55097
(229,80,151)
0 Favorites   0 Comments

Color spaces of #e55097

RGB 22980151
HSL0.920.740.61
HSV331°65°90°
CMYK 0.000.650.34   0.10
XYZ40.767724.629731.8835
Yxy24.62970.41910.2532
Hunter Lab49.628359.7811-3.3508
CIE-Lab56.712863.6590-7.4434

#e55097 color RGB value is (229,80,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 10010111
Octal 345 120 227
Decimal 229 80 151
Hex E5 50 97

RGB Percentages of Color #e55097

%49.78
%17.39
%32.83

CMYK Percentages of Color #e55097

%0
%65
%34
%10

Triadic Colors of #e55097

#e55097 #97e550 #5097e5

Analogous Colors of #e55097

#e55097 #e55450 #e550e2

Monochromatic Colors of #e55097

#e55097

Complementary Color

#e55097 #50e59e

#e55097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55097 Color CSS Codes

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

#e55097 Text Font Color

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

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


#e55097 Background Color

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

This div background color is #e55097


#e55097 Border Color

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

This div border color is #e55097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55097


Comments

No comments written yet.

Please login to write comment.