Color Hex Logo

#e61581 Color Hex

#E61581
(230,21,129)
0 Favorites   0 Comments

Color spaces of #e61581

RGB 23021129
HSL0.910.830.49
HSV329°91°90°
CMYK 0.000.910.44   0.10
XYZ36.863718.944322.4826
Yxy18.94430.47090.2420
Hunter Lab43.525175.0124-0.1584
CIE-Lab50.622077.4700-3.3458

#e61581 color RGB value is (230,21,129).

#e61581 hex color red value is 230, green value is 21 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e61581 hue: 0.91 , saturation: 0.83 and the lightness value of e61581 is 0.49.

The process color (four color CMYK) of #e61581 color hex is 0.00, 0.91, 0.44, 0.10. Web safe color of #e61581 is #ff0099. Color #e61581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010101 10000001
Octal 346 25 201
Decimal 230 21 129
Hex E6 15 81

RGB Percentages of Color #e61581

%60.53
%5.53
%33.95

CMYK Percentages of Color #e61581

%0
%91
%44
%10

Triadic Colors of #e61581

#e61581 #81e615 #1581e6

Analogous Colors of #e61581

#e61581 #e61519 #e315e6

Monochromatic Colors of #e61581

#e61581

Complementary Color

#e61581 #15e67a

#e61581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61581 Color CSS Codes

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

#e61581 Text Font Color

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

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


#e61581 Background Color

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

This div background color is #e61581


#e61581 Border Color

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

This div border color is #e61581


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,21,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e61581; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e61581;
  -webkit-box-shadow: 1px 1px 3px 2px #e61581;
  box-shadow:         1px 1px 3px 2px #e61581; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,21,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61581


Comments

No comments written yet.

Please login to write comment.