Color Hex Logo

#ea827d Color Hex

#EA827D
(234,130,125)
0 Favorites   0 Comments

Color spaces of #ea827d

RGB 234130125
HSL0.010.720.70
HSV47°92°
CMYK 0.000.440.47   0.08
XYZ45.616034.938423.7416
Yxy34.93840.43740.3350
Hunter Lab59.108734.313717.5617
CIE-Lab65.700739.309920.4854

#ea827d color RGB value is (234,130,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000010 01111101
Octal 352 202 175
Decimal 234 130 125
Hex EA 82 7D

RGB Percentages of Color #ea827d

%47.85
%26.58
%25.56

CMYK Percentages of Color #ea827d

%0
%44
%47
%8

Triadic Colors of #ea827d

#ea827d #7dea82 #827dea

Analogous Colors of #ea827d

#ea827d #eab97d #ea7daf

Monochromatic Colors of #ea827d

#ea827d

Complementary Color

#ea827d #7de5ea

#ea827d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea827d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea827d Color CSS Codes

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

#ea827d Text Font Color

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

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


#ea827d Background Color

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

This div background color is #ea827d


#ea827d Border Color

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

This div border color is #ea827d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea827d


Comments

No comments written yet.

Please login to write comment.