Color Hex Logo

#e0283e Color Hex

#E0283E
(224,40,62)
0 Favorites   0 Comments

Color spaces of #e0283e

RGB 2244062
HSL0.980.750.52
HSV353°82°88°
CMYK 0.000.820.72   0.12
XYZ32.368817.71276.2703
Yxy17.71270.57440.3143
Hunter Lab42.086563.633520.6271
CIE-Lab49.145868.365935.0867

#e0283e color RGB value is (224,40,62).

#e0283e hex color red value is 224, green value is 40 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e0283e hue: 0.98 , saturation: 0.75 and the lightness value of e0283e is 0.52.

The process color (four color CMYK) of #e0283e color hex is 0.00, 0.82, 0.72, 0.12. Web safe color of #e0283e is #cc3333. Color #e0283e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 00111110
Octal 340 50 76
Decimal 224 40 62
Hex E0 28 3E

RGB Percentages of Color #e0283e

%68.71
%12.27
%19.02

CMYK Percentages of Color #e0283e

%0
%82
%72
%12

Triadic Colors of #e0283e

#e0283e #3ee028 #283ee0

Analogous Colors of #e0283e

#e0283e #e06e28 #e0289a

Monochromatic Colors of #e0283e

#e0283e

Complementary Color

#e0283e #28e0ca

#e0283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0283e Color CSS Codes

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

#e0283e Text Font Color

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

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


#e0283e Background Color

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

This div background color is #e0283e


#e0283e Border Color

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

This div border color is #e0283e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0283e


Comments

No comments written yet.

Please login to write comment.