Color Hex Logo

#ea696c Color Hex

#EA696C
(234,105,108)
0 Favorites   0 Comments

Color spaces of #ea696c

RGB 234105108
HSL1.000.750.66
HSV359°55°92°
CMYK 0.000.550.54   0.08
XYZ41.690028.678317.5255
Yxy28.67830.47430.3263
Hunter Lab53.552145.244918.0832
CIE-Lab60.496750.171823.0980

#ea696c color RGB value is (234,105,108).

#ea696c hex color red value is 234, green value is 105 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ea696c hue: 1.00 , saturation: 0.75 and the lightness value of ea696c is 0.66.

The process color (four color CMYK) of #ea696c color hex is 0.00, 0.55, 0.54, 0.08. Web safe color of #ea696c is #ff6666. Color #ea696c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 01101100
Octal 352 151 154
Decimal 234 105 108
Hex EA 69 6C

RGB Percentages of Color #ea696c

%52.35
%23.49
%24.16

CMYK Percentages of Color #ea696c

%0
%55
%54
%8

Triadic Colors of #ea696c

#ea696c #6cea69 #696cea

Analogous Colors of #ea696c

#ea696c #eaa769 #ea69ad

Monochromatic Colors of #ea696c

#ea696c

Complementary Color

#ea696c #69eae7

#ea696c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea696c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea696c Color CSS Codes

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

#ea696c Text Font Color

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

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


#ea696c Background Color

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

This div background color is #ea696c


#ea696c Border Color

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

This div border color is #ea696c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea696c


Comments

No comments written yet.

Please login to write comment.