Color Hex Logo

#e55260 Color Hex

#E55260
(229,82,96)
0 Favorites   0 Comments

Color spaces of #e55260

RGB 2298296
HSL0.980.740.61
HSV354°64°90°
CMYK 0.000.640.58   0.10
XYZ37.441723.537113.6361
Yxy23.53710.50180.3154
Hunter Lab48.515052.856817.2959
CIE-Lab55.621357.817023.4221

#e55260 color RGB value is (229,82,96).

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

The process color (four color CMYK) of #e55260 color hex is 0.00, 0.64, 0.58, 0.10. Web safe color of #e55260 is #cc6666. Color #e55260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 01100000
Octal 345 122 140
Decimal 229 82 96
Hex E5 52 60

RGB Percentages of Color #e55260

%56.27
%20.15
%23.59

CMYK Percentages of Color #e55260

%0
%64
%58
%10

Triadic Colors of #e55260

#e55260 #60e552 #5260e5

Analogous Colors of #e55260

#e55260 #e58e52 #e552aa

Monochromatic Colors of #e55260

#e55260

Complementary Color

#e55260 #52e5d7

#e55260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55260 Color CSS Codes

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

#e55260 Text Font Color

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

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


#e55260 Background Color

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

This div background color is #e55260


#e55260 Border Color

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

This div border color is #e55260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55260


Comments

No comments written yet.

Please login to write comment.