Color Hex Logo

#ea675b Color Hex

#EA675B
(234,103,91)
0 Favorites   0 Comments

Color spaces of #ea675b

RGB 23410391
HSL0.010.770.64
HSV61°92°
CMYK 0.000.560.61   0.08
XYZ40.670327.948313.1485
Yxy27.94830.49740.3418
Hunter Lab52.866244.805522.2601
CIE-Lab59.842049.870631.9063

#ea675b color RGB value is (234,103,91).

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

The process color (four color CMYK) of #ea675b color hex is 0.00, 0.56, 0.61, 0.08. Web safe color of #ea675b is #ff6666. Color #ea675b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 01011011
Octal 352 147 133
Decimal 234 103 91
Hex EA 67 5B

RGB Percentages of Color #ea675b

%54.67
%24.07
%21.26

CMYK Percentages of Color #ea675b

%0
%56
%61
%8

Triadic Colors of #ea675b

#ea675b #5bea67 #675bea

Analogous Colors of #ea675b

#ea675b #eaaf5b #ea5b97

Monochromatic Colors of #ea675b

#ea675b

Complementary Color

#ea675b #5bdeea

#ea675b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea675b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea675b Color CSS Codes

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

#ea675b Text Font Color

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

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


#ea675b Background Color

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

This div background color is #ea675b


#ea675b Border Color

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

This div border color is #ea675b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea675b


Comments

No comments written yet.

Please login to write comment.