Color Hex Logo

#e0260d Color Hex

#E0260D
(224,38,13)
0 Favorites   0 Comments

Color spaces of #e0260d

RGB 2243813
HSL0.020.890.46
HSV94°88°
CMYK 0.000.830.94   0.12
XYZ31.506217.26262.0522
Yxy17.26260.61990.3397
Hunter Lab41.548362.647626.1553
CIE-Lab48.589267.635258.1356

#e0260d color RGB value is (224,38,13).

#e0260d hex color red value is 224, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e0260d hue: 0.02 , saturation: 0.89 and the lightness value of e0260d is 0.46.

The process color (four color CMYK) of #e0260d color hex is 0.00, 0.83, 0.94, 0.12. Web safe color of #e0260d is #cc3300. Color #e0260d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100110 00001101
Octal 340 46 15
Decimal 224 38 13
Hex E0 26 D

RGB Percentages of Color #e0260d

%81.45
%13.82
%4.73

CMYK Percentages of Color #e0260d

%0
%83
%94
%12

Triadic Colors of #e0260d

#e0260d #0de026 #260de0

Analogous Colors of #e0260d

#e0260d #e0900d #e00d5e

Monochromatic Colors of #e0260d

#e0260d

Complementary Color

#e0260d #0dc7e0

#e0260d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0260d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0260d Color CSS Codes

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

#e0260d Text Font Color

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

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


#e0260d Background Color

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

This div background color is #e0260d


#e0260d Border Color

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

This div border color is #e0260d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,38,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0260d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0260d;
  -webkit-box-shadow: 1px 1px 3px 2px #e0260d;
  box-shadow:         1px 1px 3px 2px #e0260d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0260d


Comments

No comments written yet.

Please login to write comment.