Color Hex Logo

#e9488e Color Hex

#E9488E
(233,72,142)
0 Favorites   0 Comments

Color spaces of #e9488e

RGB 23372142
HSL0.930.790.60
HSV334°69°91°
CMYK 0.000.690.39   0.09
XYZ40.804123.911428.0559
Yxy23.91140.43980.2577
Hunter Lab48.899363.37590.2119
CIE-Lab55.999066.8481-3.1315

#e9488e color RGB value is (233,72,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 10001110
Octal 351 110 216
Decimal 233 72 142
Hex E9 48 8E

RGB Percentages of Color #e9488e

%52.13
%16.11
%31.77

CMYK Percentages of Color #e9488e

%0
%69
%39
%9

Triadic Colors of #e9488e

#e9488e #8ee948 #488ee9

Analogous Colors of #e9488e

#e9488e #e95248 #e948df

Monochromatic Colors of #e9488e

#e9488e

Complementary Color

#e9488e #48e9a3

#e9488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9488e Color CSS Codes

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

#e9488e Text Font Color

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

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


#e9488e Background Color

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

This div background color is #e9488e


#e9488e Border Color

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

This div border color is #e9488e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9488e


Comments

No comments written yet.

Please login to write comment.