Color Hex Logo

#e9488a Color Hex

#E9488A
(233,72,138)
0 Favorites   0 Comments

Color spaces of #e9488a

RGB 23372138
HSL0.930.790.60
HSV335°69°91°
CMYK 0.000.690.41   0.09
XYZ40.509123.793326.5023
Yxy23.79330.44610.2620
Hunter Lab48.778462.87721.9314
CIE-Lab55.880266.4487-0.9423

#e9488a color RGB value is (233,72,138).

#e9488a hex color red value is 233, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e9488a hue: 0.93 , saturation: 0.79 and the lightness value of e9488a is 0.60.

The process color (four color CMYK) of #e9488a color hex is 0.00, 0.69, 0.41, 0.09. Web safe color of #e9488a is #ff3399. Color #e9488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 10001010
Octal 351 110 212
Decimal 233 72 138
Hex E9 48 8A

RGB Percentages of Color #e9488a

%52.60
%16.25
%31.15

CMYK Percentages of Color #e9488a

%0
%69
%41
%9

Triadic Colors of #e9488a

#e9488a #8ae948 #488ae9

Analogous Colors of #e9488a

#e9488a #e95748 #e948db

Monochromatic Colors of #e9488a

#e9488a

Complementary Color

#e9488a #48e9a7

#e9488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9488a Color CSS Codes

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

#e9488a Text Font Color

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

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


#e9488a Background Color

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

This div background color is #e9488a


#e9488a Border Color

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

This div border color is #e9488a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,72,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9488a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9488a;
  -webkit-box-shadow: 1px 1px 3px 2px #e9488a;
  box-shadow:         1px 1px 3px 2px #e9488a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,72,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9488a


Comments

No comments written yet.

Please login to write comment.