Color Hex Logo

#e6142a Color Hex

#E6142A
(230,20,42)
0 Favorites   0 Comments

Color spaces of #e6142a

RGB 2302042
HSL0.980.840.49
HSV354°91°90°
CMYK 0.000.910.82   0.10
XYZ33.301217.49053.8113
Yxy17.49050.60990.3203
Hunter Lab41.821668.945823.8719
CIE-Lab48.872272.866046.4251

#e6142a color RGB value is (230,20,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010100 00101010
Octal 346 24 52
Decimal 230 20 42
Hex E6 14 2A

RGB Percentages of Color #e6142a

%78.77
%6.85
%14.38

CMYK Percentages of Color #e6142a

%0
%91
%82
%10

Triadic Colors of #e6142a

#e6142a #2ae614 #142ae6

Analogous Colors of #e6142a

#e6142a #e66714 #e61493

Monochromatic Colors of #e6142a

#e6142a

Complementary Color

#e6142a #14e6d0

#e6142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6142a Color CSS Codes

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

#e6142a Text Font Color

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

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


#e6142a Background Color

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

This div background color is #e6142a


#e6142a Border Color

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

This div border color is #e6142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6142a


Comments

No comments written yet.

Please login to write comment.