Color Hex Logo

#e1348a Color Hex

#E1348A
(225,52,138)
0 Favorites   0 Comments

Color spaces of #e1348a

RGB 22552138
HSL0.920.740.54
HSV330°77°88°
CMYK 0.000.770.39   0.12
XYZ36.866820.298526.0197
Yxy20.29850.44320.2440
Hunter Lab45.053967.2192-2.7037
CIE-Lab52.173070.7947-6.5714

#e1348a color RGB value is (225,52,138).

#e1348a hex color red value is 225, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e1348a hue: 0.92 , saturation: 0.74 and the lightness value of e1348a is 0.54.

The process color (four color CMYK) of #e1348a color hex is 0.00, 0.77, 0.39, 0.12. Web safe color of #e1348a is #cc3399. Color #e1348a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 10001010
Octal 341 64 212
Decimal 225 52 138
Hex E1 34 8A

RGB Percentages of Color #e1348a

%54.22
%12.53
%33.25

CMYK Percentages of Color #e1348a

%0
%77
%39
%12

Triadic Colors of #e1348a

#e1348a #8ae134 #348ae1

Analogous Colors of #e1348a

#e1348a #e13534 #e134e1

Monochromatic Colors of #e1348a

#e1348a

Complementary Color

#e1348a #34e18b

#e1348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1348a Color CSS Codes

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

#e1348a Text Font Color

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

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


#e1348a Background Color

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

This div background color is #e1348a


#e1348a Border Color

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

This div border color is #e1348a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,52,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1348a


Comments

No comments written yet.

Please login to write comment.