Color Hex Logo

#e1349b Color Hex

#E1349B
(225,52,155)
0 Favorites   0 Comments

Color spaces of #e1349b

RGB 22552155
HSL0.900.740.54
HSV324°77°88°
CMYK 0.000.770.31   0.12
XYZ38.195720.830133.0178
Yxy20.83010.41500.2263
Hunter Lab45.640069.5150-10.9447
CIE-Lab52.763072.5812-15.8100

#e1349b color RGB value is (225,52,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 10011011
Octal 341 64 233
Decimal 225 52 155
Hex E1 34 9B

RGB Percentages of Color #e1349b

%52.08
%12.04
%35.88

CMYK Percentages of Color #e1349b

%0
%77
%31
%12

Triadic Colors of #e1349b

#e1349b #9be134 #349be1

Analogous Colors of #e1349b

#e1349b #e13445 #d134e1

Monochromatic Colors of #e1349b

#e1349b

Complementary Color

#e1349b #34e17a

#e1349b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1349b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1349b Color CSS Codes

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

#e1349b Text Font Color

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

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


#e1349b Background Color

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

This div background color is #e1349b


#e1349b Border Color

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

This div border color is #e1349b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1349b


Comments

No comments written yet.

Please login to write comment.