Color Hex Logo

#e3458d Color Hex

#E3458D
(227,69,141)
0 Favorites   0 Comments

Color spaces of #e3458d

RGB 22769141
HSL0.920.740.58
HSV333°70°89°
CMYK 0.000.700.38   0.11
XYZ38.614422.510227.5090
Yxy22.51020.43570.2540
Hunter Lab47.444962.2487-1.1654
CIE-Lab54.564266.1609-4.7729

#e3458d color RGB value is (227,69,141).

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

The process color (four color CMYK) of #e3458d color hex is 0.00, 0.70, 0.38, 0.11. Web safe color of #e3458d is #cc3399. Color #e3458d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000101 10001101
Octal 343 105 215
Decimal 227 69 141
Hex E3 45 8D

RGB Percentages of Color #e3458d

%51.95
%15.79
%32.27

CMYK Percentages of Color #e3458d

%0
%70
%38
%11

Triadic Colors of #e3458d

#e3458d #8de345 #458de3

Analogous Colors of #e3458d

#e3458d #e34c45 #e345dc

Monochromatic Colors of #e3458d

#e3458d

Complementary Color

#e3458d #45e39b

#e3458d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3458d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3458d Color CSS Codes

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

#e3458d Text Font Color

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

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


#e3458d Background Color

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

This div background color is #e3458d


#e3458d Border Color

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

This div border color is #e3458d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3458d


Comments

No comments written yet.

Please login to write comment.