Color Hex Logo

#ea815d Color Hex

#EA815D
(234,129,93)
0 Favorites   0 Comments

Color spaces of #ea815d

RGB 23412993
HSL0.040.770.64
HSV15°60°92°
CMYK 0.000.450.60   0.08
XYZ43.757733.983314.6091
Yxy33.98330.47380.3680
Hunter Lab58.295231.969625.9482
CIE-Lab64.949337.158837.1793

#ea815d color RGB value is (234,129,93).

#ea815d hex color red value is 234, green value is 129 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ea815d hue: 0.04 , saturation: 0.77 and the lightness value of ea815d is 0.64.

The process color (four color CMYK) of #ea815d color hex is 0.00, 0.45, 0.60, 0.08. Web safe color of #ea815d is #ff9966. Color #ea815d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 01011101
Octal 352 201 135
Decimal 234 129 93
Hex EA 81 5D

RGB Percentages of Color #ea815d

%51.32
%28.29
%20.39

CMYK Percentages of Color #ea815d

%0
%45
%60
%8

Triadic Colors of #ea815d

#ea815d #5dea81 #815dea

Analogous Colors of #ea815d

#ea815d #eac85d #ea5d80

Monochromatic Colors of #ea815d

#ea815d

Complementary Color

#ea815d #5dc6ea

#ea815d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea815d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea815d Color CSS Codes

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

#ea815d Text Font Color

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

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


#ea815d Background Color

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

This div background color is #ea815d


#ea815d Border Color

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

This div border color is #ea815d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea815d

#ea815d Color Palettes


Comments

No comments written yet.

Please login to write comment.