Color Hex Logo

#e19484 Color Hex

#E19484
(225,148,132)
0 Favorites   0 Comments

Color spaces of #e19484

RGB 225148132
HSL0.030.610.70
HSV10°41°88°
CMYK 0.000.340.41   0.12
XYZ45.806138.853326.9150
Yxy38.85330.41050.3482
Hunter Lab62.332422.092218.0314
CIE-Lab68.644927.162520.4208

#e19484 color RGB value is (225,148,132).

#e19484 hex color red value is 225, green value is 148 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e19484 hue: 0.03 , saturation: 0.61 and the lightness value of e19484 is 0.70.

The process color (four color CMYK) of #e19484 color hex is 0.00, 0.34, 0.41, 0.12. Web safe color of #e19484 is #cc9999. Color #e19484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 10000100
Octal 341 224 204
Decimal 225 148 132
Hex E1 94 84

RGB Percentages of Color #e19484

%44.55
%29.31
%26.14

CMYK Percentages of Color #e19484

%0
%34
%41
%12

Triadic Colors of #e19484

#e19484 #84e194 #9484e1

Analogous Colors of #e19484

#e19484 #e1c384 #e184a3

Monochromatic Colors of #e19484

#e19484

Complementary Color

#e19484 #84d1e1

#e19484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19484 Color CSS Codes

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

#e19484 Text Font Color

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

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


#e19484 Background Color

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

This div background color is #e19484


#e19484 Border Color

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

This div border color is #e19484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19484


Comments

No comments written yet.

Please login to write comment.