Color Hex Logo

#ea7886 Color Hex

#EA7886
(234,120,134)
0 Favorites   0 Comments

Color spaces of #ea7886

RGB 234120134
HSL0.980.730.69
HSV353°49°92°
CMYK 0.000.490.43   0.08
XYZ44.951232.646626.4865
Yxy32.64660.43190.3137
Hunter Lab57.137240.440112.5116
CIE-Lab63.873745.273612.8644

#ea7886 color RGB value is (234,120,134).

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

The process color (four color CMYK) of #ea7886 color hex is 0.00, 0.49, 0.43, 0.08. Web safe color of #ea7886 is #ff6699. Color #ea7886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 10000110
Octal 352 170 206
Decimal 234 120 134
Hex EA 78 86

RGB Percentages of Color #ea7886

%47.95
%24.59
%27.46

CMYK Percentages of Color #ea7886

%0
%49
%43
%8

Triadic Colors of #ea7886

#ea7886 #86ea78 #7886ea

Analogous Colors of #ea7886

#ea7886 #eaa378 #ea78bf

Monochromatic Colors of #ea7886

#ea7886

Complementary Color

#ea7886 #78eadc

#ea7886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7886 Color CSS Codes

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

#ea7886 Text Font Color

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

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


#ea7886 Background Color

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

This div background color is #ea7886


#ea7886 Border Color

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

This div border color is #ea7886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7886


Comments

No comments written yet.

Please login to write comment.