Color Hex Logo

#ea827e Color Hex

#EA827E
(234,130,126)
0 Favorites   0 Comments

Color spaces of #ea827e

RGB 234130126
HSL0.010.720.71
HSV46°92°
CMYK 0.000.440.46   0.08
XYZ45.680234.964024.0798
Yxy34.96400.43620.3339
Hunter Lab59.130434.419117.2464
CIE-Lab65.720639.407519.9509

#ea827e color RGB value is (234,130,126).

#ea827e hex color red value is 234, green value is 130 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ea827e hue: 0.01 , saturation: 0.72 and the lightness value of ea827e is 0.71.

The process color (four color CMYK) of #ea827e color hex is 0.00, 0.44, 0.46, 0.08. Web safe color of #ea827e is #ff9966. Color #ea827e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000010 01111110
Octal 352 202 176
Decimal 234 130 126
Hex EA 82 7E

RGB Percentages of Color #ea827e

%47.76
%26.53
%25.71

CMYK Percentages of Color #ea827e

%0
%44
%46
%8

Triadic Colors of #ea827e

#ea827e #7eea82 #827eea

Analogous Colors of #ea827e

#ea827e #eab87e #ea7eb0

Monochromatic Colors of #ea827e

#ea827e

Complementary Color

#ea827e #7ee6ea

#ea827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea827e Color CSS Codes

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

#ea827e Text Font Color

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

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


#ea827e Background Color

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

This div background color is #ea827e


#ea827e Border Color

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

This div border color is #ea827e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea827e


Comments

No comments written yet.

Please login to write comment.