Color Hex Logo

#e62b31 Color Hex

#E62B31
(230,43,49)
0 Favorites   0 Comments

Color spaces of #e62b31

RGB 2304349
HSL0.990.790.54
HSV358°81°90°
CMYK 0.000.810.79   0.10
XYZ34.051418.77254.7345
Yxy18.77250.59160.3261
Hunter Lab43.327264.462623.8503
CIE-Lab50.420068.821944.1882

#e62b31 color RGB value is (230,43,49).

#e62b31 hex color red value is 230, green value is 43 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e62b31 hue: 0.99 , saturation: 0.79 and the lightness value of e62b31 is 0.54.

The process color (four color CMYK) of #e62b31 color hex is 0.00, 0.81, 0.79, 0.10. Web safe color of #e62b31 is #ff3333. Color #e62b31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101011 00110001
Octal 346 53 61
Decimal 230 43 49
Hex E6 2B 31

RGB Percentages of Color #e62b31

%71.43
%13.35
%15.22

CMYK Percentages of Color #e62b31

%0
%81
%79
%10

Triadic Colors of #e62b31

#e62b31 #31e62b #2b31e6

Analogous Colors of #e62b31

#e62b31 #e6832b #e62b8f

Monochromatic Colors of #e62b31

#e62b31

Complementary Color

#e62b31 #2be6e0

#e62b31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62b31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62b31 Color CSS Codes

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

#e62b31 Text Font Color

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

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


#e62b31 Background Color

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

This div background color is #e62b31


#e62b31 Border Color

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

This div border color is #e62b31


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,43,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 #e62b31">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62b31


Comments

No comments written yet.

Please login to write comment.