Color Hex Logo

#e2565e Color Hex

#E2565E
(226,86,94)
0 Favorites   0 Comments

Color spaces of #e2565e

RGB 2268694
HSL0.990.710.61
HSV357°62°89°
CMYK 0.000.620.58   0.11
XYZ36.712223.632513.2163
Yxy23.63250.49910.3213
Hunter Lab48.613349.728017.9103
CIE-Lab55.718055.004424.6262

#e2565e color RGB value is (226,86,94).

#e2565e hex color red value is 226, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e2565e hue: 0.99 , saturation: 0.71 and the lightness value of e2565e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010110 01011110
Octal 342 126 136
Decimal 226 86 94
Hex E2 56 5E

RGB Percentages of Color #e2565e

%55.67
%21.18
%23.15

CMYK Percentages of Color #e2565e

%0
%62
%58
%11

Triadic Colors of #e2565e

#e2565e #5ee256 #565ee2

Analogous Colors of #e2565e

#e2565e #e29456 #e256a4

Monochromatic Colors of #e2565e

#e2565e

Complementary Color

#e2565e #56e2da

#e2565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2565e Color CSS Codes

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

#e2565e Text Font Color

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

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


#e2565e Background Color

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

This div background color is #e2565e


#e2565e Border Color

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

This div border color is #e2565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2565e


Comments

No comments written yet.

Please login to write comment.