Color Hex Logo

#e1328b Color Hex

#E1328B
(225,50,139)
0 Favorites   0 Comments

Color spaces of #e1328b

RGB 22550139
HSL0.920.740.54
HSV329°78°88°
CMYK 0.000.780.38   0.12
XYZ36.852120.152826.3737
Yxy20.15280.44200.2417
Hunter Lab44.891967.9713-3.4082
CIE-Lab52.009571.4509-7.4136

#e1328b color RGB value is (225,50,139).

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

The process color (four color CMYK) of #e1328b color hex is 0.00, 0.78, 0.38, 0.12. Web safe color of #e1328b is #cc3399. Color #e1328b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110010 10001011
Octal 341 62 213
Decimal 225 50 139
Hex E1 32 8B

RGB Percentages of Color #e1328b

%54.35
%12.08
%33.57

CMYK Percentages of Color #e1328b

%0
%78
%38
%12

Triadic Colors of #e1328b

#e1328b #8be132 #328be1

Analogous Colors of #e1328b

#e1328b #e13233 #e032e1

Monochromatic Colors of #e1328b

#e1328b

Complementary Color

#e1328b #32e188

#e1328b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1328b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1328b Color CSS Codes

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

#e1328b Text Font Color

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

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


#e1328b Background Color

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

This div background color is #e1328b


#e1328b Border Color

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

This div border color is #e1328b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1328b


Comments

No comments written yet.

Please login to write comment.