Color Hex Logo

#eb1040 Color Hex

#EB1040
(235,16,64)
0 Favorites   0 Comments

Color spaces of #eb1040

RGB 2351664
HSL0.960.870.49
HSV347°93°92°
CMYK 0.000.930.73   0.08
XYZ35.371718.40296.5383
Yxy18.40290.58650.3051
Hunter Lab42.898672.108220.9925
CIE-Lab49.981275.244935.4421

#eb1040 color RGB value is (235,16,64).

#eb1040 hex color red value is 235, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eb1040 hue: 0.96 , saturation: 0.87 and the lightness value of eb1040 is 0.49.

The process color (four color CMYK) of #eb1040 color hex is 0.00, 0.93, 0.73, 0.08. Web safe color of #eb1040 is #ff0033. Color #eb1040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 01000000
Octal 353 20 100
Decimal 235 16 64
Hex EB 10 40

RGB Percentages of Color #eb1040

%74.60
%5.08
%20.32

CMYK Percentages of Color #eb1040

%0
%93
%73
%8

Triadic Colors of #eb1040

#eb1040 #40eb10 #1040eb

Analogous Colors of #eb1040

#eb1040 #eb4d10 #eb10ae

Monochromatic Colors of #eb1040

#eb1040

Complementary Color

#eb1040 #10ebbb

#eb1040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1040 Color CSS Codes

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

#eb1040 Text Font Color

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

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


#eb1040 Background Color

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

This div background color is #eb1040


#eb1040 Border Color

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

This div border color is #eb1040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1040


Comments

No comments written yet.

Please login to write comment.