Color Hex Logo

#ea431d Color Hex

#EA431D
(234,67,29)
0 Favorites   0 Comments

Color spaces of #ea431d

RGB 2346729
HSL0.030.830.52
HSV11°88°92°
CMYK 0.000.710.88   0.08
XYZ36.160621.59543.4249
Yxy21.59540.59100.3530
Hunter Lab46.470957.573128.1599
CIE-Lab53.595162.321956.8581

#ea431d color RGB value is (234,67,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 00011101
Octal 352 103 35
Decimal 234 67 29
Hex EA 43 1D

RGB Percentages of Color #ea431d

%70.91
%20.30
%8.79

CMYK Percentages of Color #ea431d

%0
%71
%88
%8

Triadic Colors of #ea431d

#ea431d #1dea43 #431dea

Analogous Colors of #ea431d

#ea431d #eaaa1d #ea1d5d

Monochromatic Colors of #ea431d

#ea431d

Complementary Color

#ea431d #1dc4ea

#ea431d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea431d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea431d Color CSS Codes

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

#ea431d Text Font Color

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

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


#ea431d Background Color

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

This div background color is #ea431d


#ea431d Border Color

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

This div border color is #ea431d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,67,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 #ea431d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea431d


Comments

No comments written yet.

Please login to write comment.