Color Hex Logo

#e9428d Color Hex

#E9428D
(233,66,141)
0 Favorites   0 Comments

Color spaces of #e9428d

RGB 23366141
HSL0.930.790.59
HSV333°72°91°
CMYK 0.000.720.39   0.09
XYZ40.360223.143227.5392
Yxy23.14320.44330.2542
Hunter Lab48.107465.5666-0.2656
CIE-Lab55.219568.8350-3.6892

#e9428d color RGB value is (233,66,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000010 10001101
Octal 351 102 215
Decimal 233 66 141
Hex E9 42 8D

RGB Percentages of Color #e9428d

%52.95
%15.00
%32.05

CMYK Percentages of Color #e9428d

%0
%72
%39
%9

Triadic Colors of #e9428d

#e9428d #8de942 #428de9

Analogous Colors of #e9428d

#e9428d #e94b42 #e942e1

Monochromatic Colors of #e9428d

#e9428d

Complementary Color

#e9428d #42e99e

#e9428d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9428d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9428d Color CSS Codes

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

#e9428d Text Font Color

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

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


#e9428d Background Color

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

This div background color is #e9428d


#e9428d Border Color

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

This div border color is #e9428d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9428d


Comments

No comments written yet.

Please login to write comment.