Color Hex Logo

#ea665b Color Hex

#EA665B
(234,102,91)
0 Favorites   0 Comments

Color spaces of #ea665b

RGB 23410291
HSL0.010.770.64
HSV61°92°
CMYK 0.000.560.61   0.08
XYZ40.571427.750513.1156
Yxy27.75050.49820.3408
Hunter Lab52.678745.286922.1135
CIE-Lab59.662750.338031.6796

#ea665b color RGB value is (234,102,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100110 01011011
Octal 352 146 133
Decimal 234 102 91
Hex EA 66 5B

RGB Percentages of Color #ea665b

%54.80
%23.89
%21.31

CMYK Percentages of Color #ea665b

%0
%56
%61
%8

Triadic Colors of #ea665b

#ea665b #5bea66 #665bea

Analogous Colors of #ea665b

#ea665b #eaae5b #ea5b98

Monochromatic Colors of #ea665b

#ea665b

Complementary Color

#ea665b #5bdfea

#ea665b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea665b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea665b Color CSS Codes

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

#ea665b Text Font Color

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

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


#ea665b Background Color

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

This div background color is #ea665b


#ea665b Border Color

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

This div border color is #ea665b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,102,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 #ea665b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea665b


Comments

No comments written yet.

Please login to write comment.