Color Hex Logo

#e4857a Color Hex

#E4857A
(228,133,122)
0 Favorites   0 Comments

Color spaces of #e4857a

RGB 228133122
HSL0.020.660.69
HSV46°89°
CMYK 0.000.420.46   0.11
XYZ43.895334.674222.7916
Yxy34.67420.43310.3421
Hunter Lab58.884830.013318.2709
CIE-Lab65.494235.214321.7569

#e4857a color RGB value is (228,133,122).

#e4857a hex color red value is 228, green value is 133 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e4857a hue: 0.02 , saturation: 0.66 and the lightness value of e4857a is 0.69.

The process color (four color CMYK) of #e4857a color hex is 0.00, 0.42, 0.46, 0.11. Web safe color of #e4857a is #cc9966. Color #e4857a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 01111010
Octal 344 205 172
Decimal 228 133 122
Hex E4 85 7A

RGB Percentages of Color #e4857a

%47.20
%27.54
%25.26

CMYK Percentages of Color #e4857a

%0
%42
%46
%11

Triadic Colors of #e4857a

#e4857a #7ae485 #857ae4

Analogous Colors of #e4857a

#e4857a #e4ba7a #e47aa4

Monochromatic Colors of #e4857a

#e4857a

Complementary Color

#e4857a #7ad9e4

#e4857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4857a Color CSS Codes

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

#e4857a Text Font Color

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

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


#e4857a Background Color

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

This div background color is #e4857a


#e4857a Border Color

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

This div border color is #e4857a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,133,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4857a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4857a;
  -webkit-box-shadow: 1px 1px 3px 2px #e4857a;
  box-shadow:         1px 1px 3px 2px #e4857a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,133,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4857a


Comments

No comments written yet.

Please login to write comment.