Color Hex Logo

#e42065 Color Hex

#E42065
(228,32,101)
0 Favorites   0 Comments

Color spaces of #e42065

RGB 22832101
HSL0.940.780.51
HSV339°86°89°
CMYK 0.000.860.56   0.11
XYZ34.860418.466614.0390
Yxy18.46660.51750.2741
Hunter Lab42.972869.600510.7112
CIE-Lab50.057273.175812.8528

#e42065 color RGB value is (228,32,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 01100101
Octal 344 40 145
Decimal 228 32 101
Hex E4 20 65

RGB Percentages of Color #e42065

%63.16
%8.86
%27.98

CMYK Percentages of Color #e42065

%0
%86
%56
%11

Triadic Colors of #e42065

#e42065 #65e420 #2065e4

Analogous Colors of #e42065

#e42065 #e43d20 #e420c7

Monochromatic Colors of #e42065

#e42065

Complementary Color

#e42065 #20e49f

#e42065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42065 Color CSS Codes

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

#e42065 Text Font Color

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

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


#e42065 Background Color

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

This div background color is #e42065


#e42065 Border Color

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

This div border color is #e42065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42065


Comments

No comments written yet.

Please login to write comment.