Color Hex Logo

#e4264a Color Hex

#E4264A
(228,38,74)
0 Favorites   0 Comments

Color spaces of #e4264a

RGB 2283874
HSL0.970.780.52
HSV349°83°89°
CMYK 0.000.830.68   0.11
XYZ33.924118.37468.2372
Yxy18.37460.56040.3035
Hunter Lab42.865666.251218.6126
CIE-Lab49.947370.416029.1154

#e4264a color RGB value is (228,38,74).

#e4264a hex color red value is 228, green value is 38 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e4264a hue: 0.97 , saturation: 0.78 and the lightness value of e4264a is 0.52.

The process color (four color CMYK) of #e4264a color hex is 0.00, 0.83, 0.68, 0.11. Web safe color of #e4264a is #cc3333. Color #e4264a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100110 01001010
Octal 344 46 112
Decimal 228 38 74
Hex E4 26 4A

RGB Percentages of Color #e4264a

%67.06
%11.18
%21.76

CMYK Percentages of Color #e4264a

%0
%83
%68
%11

Triadic Colors of #e4264a

#e4264a #4ae426 #264ae4

Analogous Colors of #e4264a

#e4264a #e46126 #e426a9

Monochromatic Colors of #e4264a

#e4264a

Complementary Color

#e4264a #26e4c0

#e4264a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4264a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4264a Color CSS Codes

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

#e4264a Text Font Color

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

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


#e4264a Background Color

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

This div background color is #e4264a


#e4264a Border Color

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

This div border color is #e4264a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4264a


Comments

No comments written yet.

Please login to write comment.