Color Hex Logo

#e2348d Color Hex

#E2348D
(226,52,141)
0 Favorites   0 Comments

Color spaces of #e2348d

RGB 22652141
HSL0.910.750.55
HSV329°77°89°
CMYK 0.000.770.38   0.11
XYZ37.399720.547827.1942
Yxy20.54780.43930.2413
Hunter Lab45.329767.9462-3.8385
CIE-Lab52.451071.3451-7.9322

#e2348d color RGB value is (226,52,141).

#e2348d hex color red value is 226, green value is 52 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e2348d hue: 0.91 , saturation: 0.75 and the lightness value of e2348d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110100 10001101
Octal 342 64 215
Decimal 226 52 141
Hex E2 34 8D

RGB Percentages of Color #e2348d

%53.94
%12.41
%33.65

CMYK Percentages of Color #e2348d

%0
%77
%38
%11

Triadic Colors of #e2348d

#e2348d #8de234 #348de2

Analogous Colors of #e2348d

#e2348d #e23436 #e034e2

Monochromatic Colors of #e2348d

#e2348d

Complementary Color

#e2348d #34e289

#e2348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2348d Color CSS Codes

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

#e2348d Text Font Color

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

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


#e2348d Background Color

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

This div background color is #e2348d


#e2348d Border Color

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

This div border color is #e2348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2348d


Comments

No comments written yet.

Please login to write comment.