Color Hex Logo

#e42061 Color Hex

#E42061
(228,32,97)
0 Favorites   0 Comments

Color spaces of #e42061

RGB 2283297
HSL0.940.780.51
HSV340°86°89°
CMYK 0.000.860.57   0.11
XYZ34.669118.390113.0316
Yxy18.39010.52460.2783
Hunter Lab42.883769.261012.0014
CIE-Lab49.965972.913615.1723

#e42061 color RGB value is (228,32,97).

#e42061 hex color red value is 228, green value is 32 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e42061 hue: 0.94 , saturation: 0.78 and the lightness value of e42061 is 0.51.

The process color (four color CMYK) of #e42061 color hex is 0.00, 0.86, 0.57, 0.11. Web safe color of #e42061 is #cc3366. Color #e42061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 01100001
Octal 344 40 141
Decimal 228 32 97
Hex E4 20 61

RGB Percentages of Color #e42061

%63.87
%8.96
%27.17

CMYK Percentages of Color #e42061

%0
%86
%57
%11

Triadic Colors of #e42061

#e42061 #61e420 #2061e4

Analogous Colors of #e42061

#e42061 #e44120 #e420c3

Monochromatic Colors of #e42061

#e42061

Complementary Color

#e42061 #20e4a3

#e42061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42061 Color CSS Codes

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

#e42061 Text Font Color

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

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


#e42061 Background Color

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

This div background color is #e42061


#e42061 Border Color

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

This div border color is #e42061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,32,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e42061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e42061;
  -webkit-box-shadow: 1px 1px 3px 2px #e42061;
  box-shadow:         1px 1px 3px 2px #e42061; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,32,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42061


Comments

No comments written yet.

Please login to write comment.