Color Hex Logo

#ea411d Color Hex

#EA411D
(234,65,29)
0 Favorites   0 Comments

Color spaces of #ea411d

RGB 2346529
HSL0.030.830.52
HSV11°88°92°
CMYK 0.000.720.88   0.08
XYZ36.043821.36173.3859
Yxy21.36170.59290.3514
Hunter Lab46.218758.321028.0096
CIE-Lab53.343163.017456.6642

#ea411d color RGB value is (234,65,29).

#ea411d hex color red value is 234, green value is 65 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ea411d hue: 0.03 , saturation: 0.83 and the lightness value of ea411d is 0.52.

The process color (four color CMYK) of #ea411d color hex is 0.00, 0.72, 0.88, 0.08. Web safe color of #ea411d is #ff3333. Color #ea411d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000001 00011101
Octal 352 101 35
Decimal 234 65 29
Hex EA 41 1D

RGB Percentages of Color #ea411d

%71.34
%19.82
%8.84

CMYK Percentages of Color #ea411d

%0
%72
%88
%8

Triadic Colors of #ea411d

#ea411d #1dea41 #411dea

Analogous Colors of #ea411d

#ea411d #eaa81d #ea1d5f

Monochromatic Colors of #ea411d

#ea411d

Complementary Color

#ea411d #1dc6ea

#ea411d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea411d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea411d Color CSS Codes

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

#ea411d Text Font Color

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

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


#ea411d Background Color

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

This div background color is #ea411d


#ea411d Border Color

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

This div border color is #ea411d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,65,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea411d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea411d;
  -webkit-box-shadow: 1px 1px 3px 2px #ea411d;
  box-shadow:         1px 1px 3px 2px #ea411d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,65,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea411d


Comments

No comments written yet.

Please login to write comment.