Color Hex Logo

#e2458e Color Hex

#E2458E
(226,69,142)
0 Favorites   0 Comments

Color spaces of #e2458e

RGB 22669142
HSL0.920.730.58
HSV332°69°89°
CMYK 0.000.690.37   0.11
XYZ38.374622.378027.8880
Yxy22.37800.43290.2525
Hunter Lab47.305462.0165-1.8395
CIE-Lab54.425865.9894-5.5895

#e2458e color RGB value is (226,69,142).

#e2458e hex color red value is 226, green value is 69 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e2458e hue: 0.92 , saturation: 0.73 and the lightness value of e2458e is 0.58.

The process color (four color CMYK) of #e2458e color hex is 0.00, 0.69, 0.37, 0.11. Web safe color of #e2458e is #cc3399. Color #e2458e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000101 10001110
Octal 342 105 216
Decimal 226 69 142
Hex E2 45 8E

RGB Percentages of Color #e2458e

%51.72
%15.79
%32.49

CMYK Percentages of Color #e2458e

%0
%69
%37
%11

Triadic Colors of #e2458e

#e2458e #8ee245 #458ee2

Analogous Colors of #e2458e

#e2458e #e24a45 #e245dd

Monochromatic Colors of #e2458e

#e2458e

Complementary Color

#e2458e #45e299

#e2458e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2458e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2458e Color CSS Codes

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

#e2458e Text Font Color

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

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


#e2458e Background Color

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

This div background color is #e2458e


#e2458e Border Color

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

This div border color is #e2458e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2458e


Comments

No comments written yet.

Please login to write comment.