Color Hex Logo

#e61532 Color Hex

#E61532
(230,21,50)
0 Favorites   0 Comments

Color spaces of #e61532

RGB 2302150
HSL0.980.830.49
HSV352°91°90°
CMYK 0.000.910.78   0.10
XYZ33.477017.58964.6483
Yxy17.58960.60090.3157
Hunter Lab41.940069.086022.7867
CIE-Lab48.994572.958042.1599

#e61532 color RGB value is (230,21,50).

#e61532 hex color red value is 230, green value is 21 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #e61532 hue: 0.98 , saturation: 0.83 and the lightness value of e61532 is 0.49.

The process color (four color CMYK) of #e61532 color hex is 0.00, 0.91, 0.78, 0.10. Web safe color of #e61532 is #ff0033. Color #e61532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010101 00110010
Octal 346 25 62
Decimal 230 21 50
Hex E6 15 32

RGB Percentages of Color #e61532

%76.41
%6.98
%16.61

CMYK Percentages of Color #e61532

%0
%91
%78
%10

Triadic Colors of #e61532

#e61532 #32e615 #1532e6

Analogous Colors of #e61532

#e61532 #e66115 #e6159b

Monochromatic Colors of #e61532

#e61532

Complementary Color

#e61532 #15e6c9

#e61532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61532 Color CSS Codes

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

#e61532 Text Font Color

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

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


#e61532 Background Color

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

This div background color is #e61532


#e61532 Border Color

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

This div border color is #e61532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61532


Comments

No comments written yet.

Please login to write comment.