Color Hex Logo

#e42664 Color Hex

#E42664
(228,38,100)
0 Favorites   0 Comments

Color spaces of #e42664

RGB 22838100
HSL0.950.780.52
HSV340°83°89°
CMYK 0.000.830.56   0.11
XYZ34.988318.800313.8413
Yxy18.80030.51730.2780
Hunter Lab43.359368.159711.4248
CIE-Lab50.452771.908114.0113

#e42664 color RGB value is (228,38,100).

#e42664 hex color red value is 228, green value is 38 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e42664 hue: 0.95 , saturation: 0.78 and the lightness value of e42664 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100110 01100100
Octal 344 46 144
Decimal 228 38 100
Hex E4 26 64

RGB Percentages of Color #e42664

%62.30
%10.38
%27.32

CMYK Percentages of Color #e42664

%0
%83
%56
%11

Triadic Colors of #e42664

#e42664 #64e426 #2664e4

Analogous Colors of #e42664

#e42664 #e44726 #e426c3

Monochromatic Colors of #e42664

#e42664

Complementary Color

#e42664 #26e4a6

#e42664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42664 Color CSS Codes

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

#e42664 Text Font Color

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

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


#e42664 Background Color

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

This div background color is #e42664


#e42664 Border Color

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

This div border color is #e42664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42664


Comments

No comments written yet.

Please login to write comment.