Color Hex Logo

#ea7950 Color Hex

#EA7950
(234,121,80)
0 Favorites   0 Comments

Color spaces of #ea7950

RGB 23412180
HSL0.040.790.62
HSV16°66°92°
CMYK 0.000.480.66   0.08
XYZ42.217031.746411.4920
Yxy31.74640.49400.3715
Hunter Lab56.343935.143327.3479
CIE-Lab63.132740.403441.9191

#ea7950 color RGB value is (234,121,80).

#ea7950 hex color red value is 234, green value is 121 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ea7950 hue: 0.04 , saturation: 0.79 and the lightness value of ea7950 is 0.62.

The process color (four color CMYK) of #ea7950 color hex is 0.00, 0.48, 0.66, 0.08. Web safe color of #ea7950 is #ff6666. Color #ea7950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 01010000
Octal 352 171 120
Decimal 234 121 80
Hex EA 79 50

RGB Percentages of Color #ea7950

%53.79
%27.82
%18.39

CMYK Percentages of Color #ea7950

%0
%48
%66
%8

Triadic Colors of #ea7950

#ea7950 #50ea79 #7950ea

Analogous Colors of #ea7950

#ea7950 #eac650 #ea5074

Monochromatic Colors of #ea7950

#ea7950

Complementary Color

#ea7950 #50c1ea

#ea7950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7950 Color CSS Codes

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

#ea7950 Text Font Color

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

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


#ea7950 Background Color

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

This div background color is #ea7950


#ea7950 Border Color

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

This div border color is #ea7950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7950


Comments

No comments written yet.

Please login to write comment.