Color Hex Logo

#ea6451 Color Hex

#EA6451
(234,100,81)
0 Favorites   0 Comments

Color spaces of #ea6451

RGB 23410081
HSL0.020.780.62
HSV65°92°
CMYK 0.000.570.65   0.08
XYZ39.974127.200810.9280
Yxy27.20080.51180.3483
Hunter Lab52.154445.542424.0849
CIE-Lab59.159750.649236.6413

#ea6451 color RGB value is (234,100,81).

#ea6451 hex color red value is 234, green value is 100 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ea6451 hue: 0.02 , saturation: 0.78 and the lightness value of ea6451 is 0.62.

The process color (four color CMYK) of #ea6451 color hex is 0.00, 0.57, 0.65, 0.08. Web safe color of #ea6451 is #ff6666. Color #ea6451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100100 01010001
Octal 352 144 121
Decimal 234 100 81
Hex EA 64 51

RGB Percentages of Color #ea6451

%56.39
%24.10
%19.52

CMYK Percentages of Color #ea6451

%0
%57
%65
%8

Triadic Colors of #ea6451

#ea6451 #51ea64 #6451ea

Analogous Colors of #ea6451

#ea6451 #eab151 #ea518b

Monochromatic Colors of #ea6451

#ea6451

Complementary Color

#ea6451 #51d7ea

#ea6451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6451 Color CSS Codes

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

#ea6451 Text Font Color

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

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


#ea6451 Background Color

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

This div background color is #ea6451


#ea6451 Border Color

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

This div border color is #ea6451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6451


Comments

No comments written yet.

Please login to write comment.