Color Hex Logo

#e50641 Color Hex

#E50641
(229,6,65)
0 Favorites   0 Comments

Color spaces of #e50641

RGB 229665
HSL0.960.950.46
HSV344°97°90°
CMYK 0.000.970.72   0.10
XYZ33.332417.16996.5583
Yxy17.16990.58420.3009
Hunter Lab41.436671.074919.6216
CIE-Lab48.473474.695032.7627

#e50641 color RGB value is (229,6,65).

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

The process color (four color CMYK) of #e50641 color hex is 0.00, 0.97, 0.72, 0.10. Web safe color of #e50641 is #cc0033. Color #e50641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 01000001
Octal 345 6 101
Decimal 229 6 65
Hex E5 6 41

RGB Percentages of Color #e50641

%76.33
%2.00
%21.67

CMYK Percentages of Color #e50641

%0
%97
%72
%10

Triadic Colors of #e50641

#e50641 #41e506 #0641e5

Analogous Colors of #e50641

#e50641 #e53b06 #e506b1

Monochromatic Colors of #e50641

#e50641

Complementary Color

#e50641 #06e5aa

#e50641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50641 Color CSS Codes

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

#e50641 Text Font Color

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

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


#e50641 Background Color

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

This div background color is #e50641


#e50641 Border Color

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

This div border color is #e50641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50641


Comments

No comments written yet.

Please login to write comment.