Color Hex Logo

#e42541 Color Hex

#E42541
(228,37,65)
0 Favorites   0 Comments

Color spaces of #e42541

RGB 2283765
HSL0.980.780.52
HSV351°84°89°
CMYK 0.000.840.71   0.11
XYZ33.610618.19886.7423
Yxy18.19880.57400.3108
Hunter Lab42.660165.979820.4914
CIE-Lab49.736370.229534.2137

#e42541 color RGB value is (228,37,65).

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

The process color (four color CMYK) of #e42541 color hex is 0.00, 0.84, 0.71, 0.11. Web safe color of #e42541 is #cc3333. Color #e42541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100101 01000001
Octal 344 45 101
Decimal 228 37 65
Hex E4 25 41

RGB Percentages of Color #e42541

%69.09
%11.21
%19.70

CMYK Percentages of Color #e42541

%0
%84
%71
%11

Triadic Colors of #e42541

#e42541 #41e425 #2541e4

Analogous Colors of #e42541

#e42541 #e46925 #e425a1

Monochromatic Colors of #e42541

#e42541

Complementary Color

#e42541 #25e4c8

#e42541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42541 Color CSS Codes

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

#e42541 Text Font Color

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

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


#e42541 Background Color

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

This div background color is #e42541


#e42541 Border Color

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

This div border color is #e42541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42541


Comments

No comments written yet.

Please login to write comment.