Color Hex Logo

#e20730 Color Hex

#E20730
(226,7,48)
0 Favorites   0 Comments

Color spaces of #e20730

RGB 226748
HSL0.970.940.46
HSV349°97°89°
CMYK 0.000.970.79   0.11
XYZ31.973516.53414.3025
Yxy16.53410.60540.3131
Hunter Lab40.662169.199622.1900
CIE-Lab47.667673.310341.6502

#e20730 color RGB value is (226,7,48).

#e20730 hex color red value is 226, green value is 7 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e20730 hue: 0.97 , saturation: 0.94 and the lightness value of e20730 is 0.46.

The process color (four color CMYK) of #e20730 color hex is 0.00, 0.97, 0.79, 0.11. Web safe color of #e20730 is #cc0033. Color #e20730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000111 00110000
Octal 342 7 60
Decimal 226 7 48
Hex E2 7 30

RGB Percentages of Color #e20730

%80.43
%2.49
%17.08

CMYK Percentages of Color #e20730

%0
%97
%79
%11

Triadic Colors of #e20730

#e20730 #30e207 #0730e2

Analogous Colors of #e20730

#e20730 #e24b07 #e2079e

Monochromatic Colors of #e20730

#e20730

Complementary Color

#e20730 #07e2b9

#e20730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20730 Color CSS Codes

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

#e20730 Text Font Color

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

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


#e20730 Background Color

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

This div background color is #e20730


#e20730 Border Color

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

This div border color is #e20730


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,7,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e20730; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e20730;
  -webkit-box-shadow: 1px 1px 3px 2px #e20730;
  box-shadow:         1px 1px 3px 2px #e20730; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,7,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20730


Comments

No comments written yet.

Please login to write comment.