Color Hex Logo

#e4997d Color Hex

#E4997D
(228,153,125)
0 Favorites   0 Comments

Color spaces of #e4997d

RGB 228153125
HSL0.050.660.69
HSV16°45°89°
CMYK 0.000.330.45   0.11
XYZ47.087840.757124.7871
Yxy40.75710.41810.3619
Hunter Lab63.841319.935121.6689
CIE-Lab70.005424.920826.1656

#e4997d color RGB value is (228,153,125).

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

The process color (four color CMYK) of #e4997d color hex is 0.00, 0.33, 0.45, 0.11. Web safe color of #e4997d is #cc9966. Color #e4997d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011001 01111101
Octal 344 231 175
Decimal 228 153 125
Hex E4 99 7D

RGB Percentages of Color #e4997d

%45.06
%30.24
%24.70

CMYK Percentages of Color #e4997d

%0
%33
%45
%11

Triadic Colors of #e4997d

#e4997d #7de499 #997de4

Analogous Colors of #e4997d

#e4997d #e4cd7d #e47d95

Monochromatic Colors of #e4997d

#e4997d

Complementary Color

#e4997d #7dc8e4

#e4997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4997d Color CSS Codes

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

#e4997d Text Font Color

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

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


#e4997d Background Color

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

This div background color is #e4997d


#e4997d Border Color

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

This div border color is #e4997d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,153,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 #e4997d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4997d


Comments

No comments written yet.

Please login to write comment.