Color Hex Logo

#eb2140 Color Hex

#EB2140
(235,33,64)
0 Favorites   0 Comments

Color spaces of #eb2140

RGB 2353364
HSL0.970.830.53
HSV351°86°92°
CMYK 0.000.860.73   0.08
XYZ35.730219.12006.6578
Yxy19.12000.58090.3109
Hunter Lab43.726469.336621.5810
CIE-Lab50.827372.808736.4266

#eb2140 color RGB value is (235,33,64).

#eb2140 hex color red value is 235, green value is 33 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eb2140 hue: 0.97 , saturation: 0.83 and the lightness value of eb2140 is 0.53.

The process color (four color CMYK) of #eb2140 color hex is 0.00, 0.86, 0.73, 0.08. Web safe color of #eb2140 is #ff3333. Color #eb2140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100001 01000000
Octal 353 41 100
Decimal 235 33 64
Hex EB 21 40

RGB Percentages of Color #eb2140

%70.78
%9.94
%19.28

CMYK Percentages of Color #eb2140

%0
%86
%73
%8

Triadic Colors of #eb2140

#eb2140 #40eb21 #2140eb

Analogous Colors of #eb2140

#eb2140 #eb6721 #eb21a5

Monochromatic Colors of #eb2140

#eb2140

Complementary Color

#eb2140 #21ebcc

#eb2140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2140 Color CSS Codes

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

#eb2140 Text Font Color

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

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


#eb2140 Background Color

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

This div background color is #eb2140


#eb2140 Border Color

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

This div border color is #eb2140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2140


Comments

No comments written yet.

Please login to write comment.