Color Hex Logo

#ea8693 Color Hex

#EA8693
(234,134,147)
0 Favorites   0 Comments

Color spaces of #ea8693

RGB 234134147
HSL0.980.700.72
HSV352°43°92°
CMYK 0.000.430.37   0.08
XYZ47.723236.649232.1625
Yxy36.64920.40950.3145
Hunter Lab60.538634.770910.8778
CIE-Lab67.013039.59079.9292

#ea8693 color RGB value is (234,134,147).

#ea8693 hex color red value is 234, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ea8693 hue: 0.98 , saturation: 0.70 and the lightness value of ea8693 is 0.72.

The process color (four color CMYK) of #ea8693 color hex is 0.00, 0.43, 0.37, 0.08. Web safe color of #ea8693 is #ff9999. Color #ea8693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 10010011
Octal 352 206 223
Decimal 234 134 147
Hex EA 86 93

RGB Percentages of Color #ea8693

%45.44
%26.02
%28.54

CMYK Percentages of Color #ea8693

%0
%43
%37
%8

Triadic Colors of #ea8693

#ea8693 #93ea86 #8693ea

Analogous Colors of #ea8693

#ea8693 #eaab86 #ea86c5

Monochromatic Colors of #ea8693

#ea8693

Complementary Color

#ea8693 #86eadd

#ea8693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8693 Color CSS Codes

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

#ea8693 Text Font Color

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

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


#ea8693 Background Color

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

This div background color is #ea8693


#ea8693 Border Color

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

This div border color is #ea8693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8693


Comments

No comments written yet.

Please login to write comment.