Color Hex Logo

#e46d71 Color Hex

#E46D71
(228,109,113)
0 Favorites   0 Comments

Color spaces of #e46d71

RGB 228109113
HSL0.990.690.66
HSV358°52°89°
CMYK 0.000.520.50   0.11
XYZ40.444228.623519.0160
Yxy28.62350.45920.3250
Hunter Lab53.500941.311016.3770
CIE-Lab60.447946.559520.0133

#e46d71 color RGB value is (228,109,113).

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

The process color (four color CMYK) of #e46d71 color hex is 0.00, 0.52, 0.50, 0.11. Web safe color of #e46d71 is #cc6666. Color #e46d71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101101 01110001
Octal 344 155 161
Decimal 228 109 113
Hex E4 6D 71

RGB Percentages of Color #e46d71

%50.67
%24.22
%25.11

CMYK Percentages of Color #e46d71

%0
%52
%50
%11

Triadic Colors of #e46d71

#e46d71 #71e46d #6d71e4

Analogous Colors of #e46d71

#e46d71 #e4a56d #e46dad

Monochromatic Colors of #e46d71

#e46d71

Complementary Color

#e46d71 #6de4e0

#e46d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46d71 Color CSS Codes

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

#e46d71 Text Font Color

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

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


#e46d71 Background Color

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

This div background color is #e46d71


#e46d71 Border Color

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

This div border color is #e46d71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46d71


Comments

No comments written yet.

Please login to write comment.