Color Hex Logo

#e25840 Color Hex

#E25840
(226,88,64)
0 Favorites   0 Comments

Color spaces of #e25840

RGB 2268864
HSL0.020.740.57
HSV72°89°
CMYK 0.000.610.72   0.11
XYZ35.779223.51847.5042
Yxy23.51840.53560.3521
Hunter Lab48.495846.826124.7726
CIE-Lab55.602352.391541.4528

#e25840 color RGB value is (226,88,64).

#e25840 hex color red value is 226, green value is 88 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e25840 hue: 0.02 , saturation: 0.74 and the lightness value of e25840 is 0.57.

The process color (four color CMYK) of #e25840 color hex is 0.00, 0.61, 0.72, 0.11. Web safe color of #e25840 is #cc6633. Color #e25840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011000 01000000
Octal 342 130 100
Decimal 226 88 64
Hex E2 58 40

RGB Percentages of Color #e25840

%59.79
%23.28
%16.93

CMYK Percentages of Color #e25840

%0
%61
%72
%11

Triadic Colors of #e25840

#e25840 #40e258 #5840e2

Analogous Colors of #e25840

#e25840 #e2a940 #e24079

Monochromatic Colors of #e25840

#e25840

Complementary Color

#e25840 #40cae2

#e25840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25840 Color CSS Codes

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

#e25840 Text Font Color

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

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


#e25840 Background Color

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

This div background color is #e25840


#e25840 Border Color

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

This div border color is #e25840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25840


Comments

No comments written yet.

Please login to write comment.