Color Hex Logo

#ea6348 Color Hex

#EA6348
(234,99,72)
0 Favorites   0 Comments

Color spaces of #ea6348

RGB 2349972
HSL0.030.790.60
HSV10°69°92°
CMYK 0.000.580.69   0.08
XYZ39.563226.88409.2348
Yxy26.88400.52280.3552
Hunter Lab51.849845.464625.7349
CIE-Lab58.866850.623841.2083

#ea6348 color RGB value is (234,99,72).

#ea6348 hex color red value is 234, green value is 99 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ea6348 hue: 0.03 , saturation: 0.79 and the lightness value of ea6348 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 01001000
Octal 352 143 110
Decimal 234 99 72
Hex EA 63 48

RGB Percentages of Color #ea6348

%57.78
%24.44
%17.78

CMYK Percentages of Color #ea6348

%0
%58
%69
%8

Triadic Colors of #ea6348

#ea6348 #48ea63 #6348ea

Analogous Colors of #ea6348

#ea6348 #eab448 #ea487e

Monochromatic Colors of #ea6348

#ea6348

Complementary Color

#ea6348 #48cfea

#ea6348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6348 Color CSS Codes

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

#ea6348 Text Font Color

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

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


#ea6348 Background Color

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

This div background color is #ea6348


#ea6348 Border Color

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

This div border color is #ea6348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6348


Comments

No comments written yet.

Please login to write comment.