Color Hex Logo

#e35155 Color Hex

#E35155
(227,81,85)
0 Favorites   0 Comments

Color spaces of #e35155

RGB 2278185
HSL1.000.720.60
HSV358°64°89°
CMYK 0.000.640.63   0.11
XYZ36.260722.871611.0978
Yxy22.87160.51630.3257
Hunter Lab47.824351.647519.7185
CIE-Lab54.939856.859528.8867

#e35155 color RGB value is (227,81,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010001 01010101
Octal 343 121 125
Decimal 227 81 85
Hex E3 51 55

RGB Percentages of Color #e35155

%57.76
%20.61
%21.63

CMYK Percentages of Color #e35155

%0
%64
%63
%11

Triadic Colors of #e35155

#e35155 #55e351 #5155e3

Analogous Colors of #e35155

#e35155 #e39651 #e3519e

Monochromatic Colors of #e35155

#e35155

Complementary Color

#e35155 #51e3df

#e35155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35155 Color CSS Codes

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

#e35155 Text Font Color

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

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


#e35155 Background Color

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

This div background color is #e35155


#e35155 Border Color

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

This div border color is #e35155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,81,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 #e35155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35155


Comments

No comments written yet.

Please login to write comment.