Color Hex Logo

#eb1480 Color Hex

#EB1480
(235,20,128)
0 Favorites   0 Comments

Color spaces of #eb1480

RGB 23520128
HSL0.920.840.50
HSV330°91°92°
CMYK 0.000.910.46   0.08
XYZ38.407419.721022.2043
Yxy19.72100.47810.2455
Hunter Lab44.408376.66461.4407
CIE-Lab51.520378.6183-1.3072

#eb1480 color RGB value is (235,20,128).

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

The process color (four color CMYK) of #eb1480 color hex is 0.00, 0.91, 0.46, 0.08. Web safe color of #eb1480 is #ff0099. Color #eb1480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 10000000
Octal 353 24 200
Decimal 235 20 128
Hex EB 14 80

RGB Percentages of Color #eb1480

%61.36
%5.22
%33.42

CMYK Percentages of Color #eb1480

%0
%91
%46
%8

Triadic Colors of #eb1480

#eb1480 #80eb14 #1480eb

Analogous Colors of #eb1480

#eb1480 #eb1415 #eb14eb

Monochromatic Colors of #eb1480

#eb1480

Complementary Color

#eb1480 #14eb7f

#eb1480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1480 Color CSS Codes

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

#eb1480 Text Font Color

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

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


#eb1480 Background Color

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

This div background color is #eb1480


#eb1480 Border Color

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

This div border color is #eb1480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,20,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1480


Comments

No comments written yet.

Please login to write comment.