Color Hex Logo

#e50661 Color Hex

#E50661
(229,6,97)
0 Favorites   0 Comments

Color spaces of #e50661

RGB 229697
HSL0.930.950.46
HSV336°97°90°
CMYK 0.000.970.58   0.10
XYZ34.535917.651312.8961
Yxy17.65130.53060.2712
Hunter Lab42.013573.207011.2102
CIE-Lab49.070476.315313.9712

#e50661 color RGB value is (229,6,97).

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

The process color (four color CMYK) of #e50661 color hex is 0.00, 0.97, 0.58, 0.10. Web safe color of #e50661 is #cc0066. Color #e50661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 01100001
Octal 345 6 141
Decimal 229 6 97
Hex E5 6 61

RGB Percentages of Color #e50661

%68.98
%1.81
%29.22

CMYK Percentages of Color #e50661

%0
%97
%58
%10

Triadic Colors of #e50661

#e50661 #61e506 #0661e5

Analogous Colors of #e50661

#e50661 #e51b06 #e506d1

Monochromatic Colors of #e50661

#e50661

Complementary Color

#e50661 #06e58a

#e50661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50661 Color CSS Codes

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

#e50661 Text Font Color

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

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


#e50661 Background Color

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

This div background color is #e50661


#e50661 Border Color

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

This div border color is #e50661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50661


Comments

No comments written yet.

Please login to write comment.