Color Hex Logo

#e19a7c Color Hex

#E19A7C
(225,154,124)
0 Favorites   0 Comments

Color spaces of #e19a7c

RGB 225154124
HSL0.050.630.68
HSV18°45°88°
CMYK 0.000.320.45   0.12
XYZ46.245040.574024.4630
Yxy40.57400.41560.3646
Hunter Lab63.697718.121321.8182
CIE-Lab69.876423.102126.4778

#e19a7c color RGB value is (225,154,124).

#e19a7c hex color red value is 225, green value is 154 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #e19a7c hue: 0.05 , saturation: 0.63 and the lightness value of e19a7c is 0.68.

The process color (four color CMYK) of #e19a7c color hex is 0.00, 0.32, 0.45, 0.12. Web safe color of #e19a7c is #cc9966. Color #e19a7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011010 01111100
Octal 341 232 174
Decimal 225 154 124
Hex E1 9A 7C

RGB Percentages of Color #e19a7c

%44.73
%30.62
%24.65

CMYK Percentages of Color #e19a7c

%0
%32
%45
%12

Triadic Colors of #e19a7c

#e19a7c #7ce19a #9a7ce1

Analogous Colors of #e19a7c

#e19a7c #e1cd7c #e17c91

Monochromatic Colors of #e19a7c

#e19a7c

Complementary Color

#e19a7c #7cc3e1

#e19a7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19a7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19a7c Color CSS Codes

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

#e19a7c Text Font Color

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

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


#e19a7c Background Color

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

This div background color is #e19a7c


#e19a7c Border Color

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

This div border color is #e19a7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,154,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e19a7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e19a7c;
  -webkit-box-shadow: 1px 1px 3px 2px #e19a7c;
  box-shadow:         1px 1px 3px 2px #e19a7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,154,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19a7c


Comments

No comments written yet.

Please login to write comment.