Color Hex Logo

#e9448e Color Hex

#E9448E
(233,68,142)
0 Favorites   0 Comments

Color spaces of #e9448e

RGB 23368142
HSL0.930.790.59
HSV333°71°91°
CMYK 0.000.710.39   0.09
XYZ40.553923.410927.9725
Yxy23.41090.44110.2546
Hunter Lab48.384864.9370-0.4077
CIE-Lab55.493168.2562-3.8775

#e9448e color RGB value is (233,68,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000100 10001110
Octal 351 104 216
Decimal 233 68 142
Hex E9 44 8E

RGB Percentages of Color #e9448e

%52.60
%15.35
%32.05

CMYK Percentages of Color #e9448e

%0
%71
%39
%9

Triadic Colors of #e9448e

#e9448e #8ee944 #448ee9

Analogous Colors of #e9448e

#e9448e #e94d44 #e944e1

Monochromatic Colors of #e9448e

#e9448e

Complementary Color

#e9448e #44e99f

#e9448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9448e Color CSS Codes

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

#e9448e Text Font Color

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

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


#e9448e Background Color

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

This div background color is #e9448e


#e9448e Border Color

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

This div border color is #e9448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9448e


Comments

No comments written yet.

Please login to write comment.