Color Hex Logo

#e35555 Color Hex

#E35555
(227,85,85)
0 Favorites   0 Comments

Color spaces of #e35555

RGB 2278585
HSL0.000.720.61
HSV63°89°
CMYK 0.000.630.63   0.11
XYZ36.566723.483811.1999
Yxy23.48380.51320.3296
Hunter Lab48.460149.886220.2192
CIE-Lab55.567255.172529.6827

#e35555 color RGB value is (227,85,85).

#e35555 hex color red value is 227, green value is 85 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e35555 hue: 0.00 , saturation: 0.72 and the lightness value of e35555 is 0.61.

The process color (four color CMYK) of #e35555 color hex is 0.00, 0.63, 0.63, 0.11. Web safe color of #e35555 is #cc6666. Color #e35555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 01010101
Octal 343 125 125
Decimal 227 85 85
Hex E3 55 55

RGB Percentages of Color #e35555

%57.18
%21.41
%21.41

CMYK Percentages of Color #e35555

%0
%63
%63
%11

Triadic Colors of #e35555

#e35555 #55e355 #5555e3

Analogous Colors of #e35555

#e35555 #e39c55 #e3559c

Monochromatic Colors of #e35555

#e35555

Complementary Color

#e35555 #55e3e3

#e35555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35555 Color CSS Codes

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

#e35555 Text Font Color

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

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


#e35555 Background Color

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

This div background color is #e35555


#e35555 Border Color

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

This div border color is #e35555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35555


Comments

No comments written yet.

Please login to write comment.