Color Hex Logo

#eb1461 Color Hex

#EB1461
(235,20,97)
0 Favorites   0 Comments

Color spaces of #eb1461

RGB 2352097
HSL0.940.840.50
HSV339°91°92°
CMYK 0.000.910.59   0.08
XYZ36.668819.025513.0489
Yxy19.02550.53340.2768
Hunter Lab43.618273.728812.7955
CIE-Lab50.717076.416616.4238

#eb1461 color RGB value is (235,20,97).

#eb1461 hex color red value is 235, green value is 20 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eb1461 hue: 0.94 , saturation: 0.84 and the lightness value of eb1461 is 0.50.

The process color (four color CMYK) of #eb1461 color hex is 0.00, 0.91, 0.59, 0.08. Web safe color of #eb1461 is #ff0066. Color #eb1461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 01100001
Octal 353 24 141
Decimal 235 20 97
Hex EB 14 61

RGB Percentages of Color #eb1461

%66.76
%5.68
%27.56

CMYK Percentages of Color #eb1461

%0
%91
%59
%8

Triadic Colors of #eb1461

#eb1461 #61eb14 #1461eb

Analogous Colors of #eb1461

#eb1461 #eb3314 #eb14cd

Monochromatic Colors of #eb1461

#eb1461

Complementary Color

#eb1461 #14eb9e

#eb1461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1461 Color CSS Codes

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

#eb1461 Text Font Color

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

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


#eb1461 Background Color

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

This div background color is #eb1461


#eb1461 Border Color

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

This div border color is #eb1461


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,20,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 #eb1461">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1461


Comments

No comments written yet.

Please login to write comment.