Color Hex Logo

#e4868f Color Hex

#E4868F
(228,134,143)
0 Favorites   0 Comments

Color spaces of #e4868f

RGB 228134143
HSL0.980.640.71
HSV354°41°89°
CMYK 0.000.410.37   0.11
XYZ45.477935.527330.4471
Yxy35.52730.40800.3188
Hunter Lab59.604831.885511.4370
CIE-Lab66.157236.946910.8651

#e4868f color RGB value is (228,134,143).

#e4868f hex color red value is 228, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e4868f hue: 0.98 , saturation: 0.64 and the lightness value of e4868f is 0.71.

The process color (four color CMYK) of #e4868f color hex is 0.00, 0.41, 0.37, 0.11. Web safe color of #e4868f is #cc9999. Color #e4868f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000110 10001111
Octal 344 206 217
Decimal 228 134 143
Hex E4 86 8F

RGB Percentages of Color #e4868f

%45.15
%26.53
%28.32

CMYK Percentages of Color #e4868f

%0
%41
%37
%11

Triadic Colors of #e4868f

#e4868f #8fe486 #868fe4

Analogous Colors of #e4868f

#e4868f #e4ac86 #e486be

Monochromatic Colors of #e4868f

#e4868f

Complementary Color

#e4868f #86e4db

#e4868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4868f Color CSS Codes

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

#e4868f Text Font Color

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

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


#e4868f Background Color

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

This div background color is #e4868f


#e4868f Border Color

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

This div border color is #e4868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4868f


Comments

No comments written yet.

Please login to write comment.