Color Hex Logo

#e62e0f Color Hex

#E62E0F
(230,46,15)
0 Favorites   0 Comments

Color spaces of #e62e0f

RGB 2304615
HSL0.020.880.48
HSV93°90°
CMYK 0.000.800.93   0.10
XYZ33.696318.81152.3069
Yxy18.81150.61470.3432
Hunter Lab43.372262.777027.2070
CIE-Lab50.465967.385059.2547

#e62e0f color RGB value is (230,46,15).

#e62e0f hex color red value is 230, green value is 46 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e62e0f hue: 0.02 , saturation: 0.88 and the lightness value of e62e0f is 0.48.

The process color (four color CMYK) of #e62e0f color hex is 0.00, 0.80, 0.93, 0.10. Web safe color of #e62e0f is #ff3300. Color #e62e0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101110 00001111
Octal 346 56 17
Decimal 230 46 15
Hex E6 2E F

RGB Percentages of Color #e62e0f

%79.04
%15.81
%5.15

CMYK Percentages of Color #e62e0f

%0
%80
%93
%10

Triadic Colors of #e62e0f

#e62e0f #0fe62e #2e0fe6

Analogous Colors of #e62e0f

#e62e0f #e69a0f #e60f5b

Monochromatic Colors of #e62e0f

#e62e0f

Complementary Color

#e62e0f #0fc7e6

#e62e0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62e0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62e0f Color CSS Codes

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

#e62e0f Text Font Color

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

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


#e62e0f Background Color

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

This div background color is #e62e0f


#e62e0f Border Color

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

This div border color is #e62e0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62e0f


Comments

No comments written yet.

Please login to write comment.