Color Hex Logo

#e42466 Color Hex

#E42466
(228,36,102)
0 Favorites   0 Comments

Color spaces of #e42466

RGB 22836102
HSL0.940.780.52
HSV339°84°89°
CMYK 0.000.840.55   0.11
XYZ35.024118.715014.3368
Yxy18.71500.51450.2749
Hunter Lab43.260868.807710.6337
CIE-Lab50.352172.464212.6518

#e42466 color RGB value is (228,36,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 01100110
Octal 344 44 146
Decimal 228 36 102
Hex E4 24 66

RGB Percentages of Color #e42466

%62.30
%9.84
%27.87

CMYK Percentages of Color #e42466

%0
%84
%55
%11

Triadic Colors of #e42466

#e42466 #66e424 #2466e4

Analogous Colors of #e42466

#e42466 #e44224 #e424c6

Monochromatic Colors of #e42466

#e42466

Complementary Color

#e42466 #24e4a2

#e42466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42466 Color CSS Codes

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

#e42466 Text Font Color

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

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


#e42466 Background Color

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

This div background color is #e42466


#e42466 Border Color

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

This div border color is #e42466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42466


Comments

No comments written yet.

Please login to write comment.