Color Hex Logo

#e53271 Color Hex

#E53271
(229,50,113)
0 Favorites   0 Comments

Color spaces of #e53271

RGB 22950113
HSL0.940.770.55
HSV339°78°90°
CMYK 0.000.780.51   0.10
XYZ36.434320.131517.5882
Yxy20.13150.49130.2715
Hunter Lab44.868166.42828.1662
CIE-Lab51.985670.17128.2941

#e53271 color RGB value is (229,50,113).

#e53271 hex color red value is 229, green value is 50 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #e53271 hue: 0.94 , saturation: 0.77 and the lightness value of e53271 is 0.55.

The process color (four color CMYK) of #e53271 color hex is 0.00, 0.78, 0.51, 0.10. Web safe color of #e53271 is #cc3366. Color #e53271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 01110001
Octal 345 62 161
Decimal 229 50 113
Hex E5 32 71

RGB Percentages of Color #e53271

%58.42
%12.76
%28.83

CMYK Percentages of Color #e53271

%0
%78
%51
%10

Triadic Colors of #e53271

#e53271 #71e532 #3271e5

Analogous Colors of #e53271

#e53271 #e54d32 #e532cb

Monochromatic Colors of #e53271

#e53271

Complementary Color

#e53271 #32e5a6

#e53271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53271 Color CSS Codes

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

#e53271 Text Font Color

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

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


#e53271 Background Color

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

This div background color is #e53271


#e53271 Border Color

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

This div border color is #e53271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53271


Comments

No comments written yet.

Please login to write comment.