Color Hex Logo

#ea698a Color Hex

#EA698A
(234,105,138)
0 Favorites   0 Comments

Color spaces of #ea698a

RGB 234105138
HSL0.960.750.66
HSV345°55°92°
CMYK 0.000.550.41   0.08
XYZ43.570729.430627.4290
Yxy29.43060.43380.2930
Hunter Lab54.250048.42437.9977
CIE-Lab61.159852.94226.7215

#ea698a color RGB value is (234,105,138).

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

The process color (four color CMYK) of #ea698a color hex is 0.00, 0.55, 0.41, 0.08. Web safe color of #ea698a is #ff6699. Color #ea698a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 10001010
Octal 352 151 212
Decimal 234 105 138
Hex EA 69 8A

RGB Percentages of Color #ea698a

%49.06
%22.01
%28.93

CMYK Percentages of Color #ea698a

%0
%55
%41
%8

Triadic Colors of #ea698a

#ea698a #8aea69 #698aea

Analogous Colors of #ea698a

#ea698a #ea8969 #ea69cb

Monochromatic Colors of #ea698a

#ea698a

Complementary Color

#ea698a #69eac9

#ea698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea698a Color CSS Codes

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

#ea698a Text Font Color

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

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


#ea698a Background Color

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

This div background color is #ea698a


#ea698a Border Color

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

This div border color is #ea698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea698a


Comments

No comments written yet.

Please login to write comment.