Color Hex Logo

#e40652 Color Hex

#E40652
(228,6,82)
0 Favorites   0 Comments

Color spaces of #e40652

RGB 228682
HSL0.940.950.46
HSV339°97°89°
CMYK 0.000.970.64   0.11
XYZ33.583017.23349.5390
Yxy17.23340.55640.2855
Hunter Lab41.513171.753715.4354
CIE-Lab48.552875.234322.4711

#e40652 color RGB value is (228,6,82).

#e40652 hex color red value is 228, green value is 6 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e40652 hue: 0.94 , saturation: 0.95 and the lightness value of e40652 is 0.46.

The process color (four color CMYK) of #e40652 color hex is 0.00, 0.97, 0.64, 0.11. Web safe color of #e40652 is #cc0066. Color #e40652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000110 01010010
Octal 344 6 122
Decimal 228 6 82
Hex E4 6 52

RGB Percentages of Color #e40652

%72.15
%1.90
%25.95

CMYK Percentages of Color #e40652

%0
%97
%64
%11

Triadic Colors of #e40652

#e40652 #52e406 #0652e4

Analogous Colors of #e40652

#e40652 #e42906 #e406c1

Monochromatic Colors of #e40652

#e40652

Complementary Color

#e40652 #06e498

#e40652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40652 Color CSS Codes

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

#e40652 Text Font Color

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

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


#e40652 Background Color

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

This div background color is #e40652


#e40652 Border Color

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

This div border color is #e40652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40652


Comments

No comments written yet.

Please login to write comment.