Color Hex Logo

#e61576 Color Hex

#E61576
(230,21,118)
0 Favorites   0 Comments

Color spaces of #e61576

RGB 23021118
HSL0.920.830.49
HSV332°91°90°
CMYK 0.000.910.49   0.10
XYZ36.171318.667318.8363
Yxy18.66730.49100.2534
Hunter Lab43.205773.82834.3954
CIE-Lab50.295776.57922.8627

#e61576 color RGB value is (230,21,118).

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

The process color (four color CMYK) of #e61576 color hex is 0.00, 0.91, 0.49, 0.10. Web safe color of #e61576 is #ff0066. Color #e61576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010101 01110110
Octal 346 25 166
Decimal 230 21 118
Hex E6 15 76

RGB Percentages of Color #e61576

%62.33
%5.69
%31.98

CMYK Percentages of Color #e61576

%0
%91
%49
%10

Triadic Colors of #e61576

#e61576 #76e615 #1576e6

Analogous Colors of #e61576

#e61576 #e61d15 #e615df

Monochromatic Colors of #e61576

#e61576

Complementary Color

#e61576 #15e685

#e61576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61576 Color CSS Codes

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

#e61576 Text Font Color

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

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


#e61576 Background Color

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

This div background color is #e61576


#e61576 Border Color

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

This div border color is #e61576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61576


Comments

No comments written yet.

Please login to write comment.