Color Hex Logo

#e25040 Color Hex

#E25040
(226,80,64)
0 Favorites   0 Comments

Color spaces of #e25040

RGB 2268064
HSL0.020.740.57
HSV72°89°
CMYK 0.000.650.72   0.11
XYZ35.158122.27627.2972
Yxy22.27620.54310.3441
Hunter Lab47.197750.370823.8716
CIE-Lab54.318855.822740.0008

#e25040 color RGB value is (226,80,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 01000000
Octal 342 120 100
Decimal 226 80 64
Hex E2 50 40

RGB Percentages of Color #e25040

%61.08
%21.62
%17.30

CMYK Percentages of Color #e25040

%0
%65
%72
%11

Triadic Colors of #e25040

#e25040 #40e250 #5040e2

Analogous Colors of #e25040

#e25040 #e2a140 #e24081

Monochromatic Colors of #e25040

#e25040

Complementary Color

#e25040 #40d2e2

#e25040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25040 Color CSS Codes

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

#e25040 Text Font Color

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

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


#e25040 Background Color

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

This div background color is #e25040


#e25040 Border Color

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

This div border color is #e25040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25040


Comments

No comments written yet.

Please login to write comment.