Color Hex Logo

#e1357b Color Hex

#E1357B
(225,53,123)
0 Favorites   0 Comments

Color spaces of #e1357b

RGB 22553123
HSL0.930.740.55
HSV336°76°88°
CMYK 0.000.760.45   0.12
XYZ35.899619.983820.7040
Yxy19.98380.46870.2609
Hunter Lab44.703265.11643.8325
CIE-Lab51.818969.10401.9211

#e1357b color RGB value is (225,53,123).

#e1357b hex color red value is 225, green value is 53 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e1357b hue: 0.93 , saturation: 0.74 and the lightness value of e1357b is 0.55.

The process color (four color CMYK) of #e1357b color hex is 0.00, 0.76, 0.45, 0.12. Web safe color of #e1357b is #cc3366. Color #e1357b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 01111011
Octal 341 65 173
Decimal 225 53 123
Hex E1 35 7B

RGB Percentages of Color #e1357b

%56.11
%13.22
%30.67

CMYK Percentages of Color #e1357b

%0
%76
%45
%12

Triadic Colors of #e1357b

#e1357b #7be135 #357be1

Analogous Colors of #e1357b

#e1357b #e14535 #e135d1

Monochromatic Colors of #e1357b

#e1357b

Complementary Color

#e1357b #35e19b

#e1357b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1357b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1357b Color CSS Codes

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

#e1357b Text Font Color

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

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


#e1357b Background Color

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

This div background color is #e1357b


#e1357b Border Color

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

This div border color is #e1357b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1357b


Comments

No comments written yet.

Please login to write comment.