Color Hex Logo

#ea631d Color Hex

#EA631D
(234,99,29)
0 Favorites   0 Comments

Color spaces of #ea631d

RGB 2349929
HSL0.060.830.52
HSV20°88°92°
CMYK 0.000.580.88   0.08
XYZ38.615326.50484.2431
Yxy26.50480.55670.3821
Hunter Lab51.482843.791131.1514
CIE-Lab58.513149.142660.6645

#ea631d color RGB value is (234,99,29).

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

The process color (four color CMYK) of #ea631d color hex is 0.00, 0.58, 0.88, 0.08. Web safe color of #ea631d is #ff6633. Color #ea631d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 00011101
Octal 352 143 35
Decimal 234 99 29
Hex EA 63 1D

RGB Percentages of Color #ea631d

%64.64
%27.35
%8.01

CMYK Percentages of Color #ea631d

%0
%58
%88
%8

Triadic Colors of #ea631d

#ea631d #1dea63 #631dea

Analogous Colors of #ea631d

#ea631d #eaca1d #ea1d3d

Monochromatic Colors of #ea631d

#ea631d

Complementary Color

#ea631d #1da4ea

#ea631d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea631d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea631d Color CSS Codes

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

#ea631d Text Font Color

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

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


#ea631d Background Color

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

This div background color is #ea631d


#ea631d Border Color

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

This div border color is #ea631d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea631d


Comments

No comments written yet.

Please login to write comment.