Color Hex Logo

#e61360 Color Hex

#E61360
(230,19,96)
0 Favorites   0 Comments

Color spaces of #e61360

RGB 2301996
HSL0.940.850.49
HSV338°92°90°
CMYK 0.000.920.58   0.10
XYZ34.977318.133312.7229
Yxy18.13330.53130.2754
Hunter Lab42.583272.097012.0937
CIE-Lab49.657475.298815.4250

#e61360 color RGB value is (230,19,96).

#e61360 hex color red value is 230, green value is 19 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e61360 hue: 0.94 , saturation: 0.85 and the lightness value of e61360 is 0.49.

The process color (four color CMYK) of #e61360 color hex is 0.00, 0.92, 0.58, 0.10. Web safe color of #e61360 is #ff0066. Color #e61360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 01100000
Octal 346 23 140
Decimal 230 19 96
Hex E6 13 60

RGB Percentages of Color #e61360

%66.67
%5.51
%27.83

CMYK Percentages of Color #e61360

%0
%92
%58
%10

Triadic Colors of #e61360

#e61360 #60e613 #1360e6

Analogous Colors of #e61360

#e61360 #e62f13 #e613ca

Monochromatic Colors of #e61360

#e61360

Complementary Color

#e61360 #13e699

#e61360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61360 Color CSS Codes

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

#e61360 Text Font Color

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

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


#e61360 Background Color

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

This div background color is #e61360


#e61360 Border Color

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

This div border color is #e61360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61360


Comments

No comments written yet.

Please login to write comment.