Color Hex Logo

#e61131 Color Hex

#E61131
(230,17,49)
0 Favorites   0 Comments

Color spaces of #e61131

RGB 2301749
HSL0.970.860.48
HSV351°93°90°
CMYK 0.000.930.79   0.10
XYZ33.388017.44564.5133
Yxy17.44560.60320.3152
Hunter Lab41.767969.593522.8309
CIE-Lab48.816773.411442.5366

#e61131 color RGB value is (230,17,49).

#e61131 hex color red value is 230, green value is 17 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e61131 hue: 0.97 , saturation: 0.86 and the lightness value of e61131 is 0.48.

The process color (four color CMYK) of #e61131 color hex is 0.00, 0.93, 0.79, 0.10. Web safe color of #e61131 is #ff0033. Color #e61131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010001 00110001
Octal 346 21 61
Decimal 230 17 49
Hex E6 11 31

RGB Percentages of Color #e61131

%77.70
%5.74
%16.55

CMYK Percentages of Color #e61131

%0
%93
%79
%10

Triadic Colors of #e61131

#e61131 #31e611 #1131e6

Analogous Colors of #e61131

#e61131 #e65c11 #e6119c

Monochromatic Colors of #e61131

#e61131

Complementary Color

#e61131 #11e6c6

#e61131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61131 Color CSS Codes

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

#e61131 Text Font Color

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

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


#e61131 Background Color

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

This div background color is #e61131


#e61131 Border Color

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

This div border color is #e61131


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,17,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e61131; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e61131;
  -webkit-box-shadow: 1px 1px 3px 2px #e61131;
  box-shadow:         1px 1px 3px 2px #e61131; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,17,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61131


Comments

No comments written yet.

Please login to write comment.