Color Hex Logo

#e94489 Color Hex

#E94489
(233,68,137)
0 Favorites   0 Comments

Color spaces of #e94489

RGB 23368137
HSL0.930.790.59
HSV335°71°91°
CMYK 0.000.710.41   0.09
XYZ40.186823.264026.0392
Yxy23.26400.44910.2600
Hunter Lab48.232864.31611.7543
CIE-Lab55.343267.7628-1.1366

#e94489 color RGB value is (233,68,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000100 10001001
Octal 351 104 211
Decimal 233 68 137
Hex E9 44 89

RGB Percentages of Color #e94489

%53.20
%15.53
%31.28

CMYK Percentages of Color #e94489

%0
%71
%41
%9

Triadic Colors of #e94489

#e94489 #89e944 #4489e9

Analogous Colors of #e94489

#e94489 #e95244 #e944dc

Monochromatic Colors of #e94489

#e94489

Complementary Color

#e94489 #44e9a4

#e94489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94489 Color CSS Codes

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

#e94489 Text Font Color

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

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


#e94489 Background Color

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

This div background color is #e94489


#e94489 Border Color

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

This div border color is #e94489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94489


Comments

No comments written yet.

Please login to write comment.