Color Hex Logo

#e32560 Color Hex

#E32560
(227,37,96)
0 Favorites   0 Comments

Color spaces of #e32560

RGB 2273796
HSL0.950.770.52
HSV341°84°89°
CMYK 0.000.840.58   0.11
XYZ34.451418.498612.8211
Yxy18.49860.52380.2813
Hunter Lab43.010067.712612.4329
CIE-Lab50.095471.606215.9292

#e32560 color RGB value is (227,37,96).

#e32560 hex color red value is 227, green value is 37 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e32560 hue: 0.95 , saturation: 0.77 and the lightness value of e32560 is 0.52.

The process color (four color CMYK) of #e32560 color hex is 0.00, 0.84, 0.58, 0.11. Web safe color of #e32560 is #cc3366. Color #e32560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100101 01100000
Octal 343 45 140
Decimal 227 37 96
Hex E3 25 60

RGB Percentages of Color #e32560

%63.06
%10.28
%26.67

CMYK Percentages of Color #e32560

%0
%84
%58
%11

Triadic Colors of #e32560

#e32560 #60e325 #2560e3

Analogous Colors of #e32560

#e32560 #e34925 #e325bf

Monochromatic Colors of #e32560

#e32560

Complementary Color

#e32560 #25e3a8

#e32560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32560 Color CSS Codes

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

#e32560 Text Font Color

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

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


#e32560 Background Color

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

This div background color is #e32560


#e32560 Border Color

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

This div border color is #e32560


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,37,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32560; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32560;
  -webkit-box-shadow: 1px 1px 3px 2px #e32560;
  box-shadow:         1px 1px 3px 2px #e32560; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,37,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32560


Comments

No comments written yet.

Please login to write comment.