Color Hex Logo

#eb2937 Color Hex

#EB2937
(235,41,55)
0 Favorites   0 Comments

Color spaces of #eb2937

RGB 2354155
HSL0.990.830.54
HSV356°83°92°
CMYK 0.000.830.77   0.08
XYZ35.743519.52395.4990
Yxy19.52390.58820.3213
Hunter Lab44.185967.069723.5514
CIE-Lab51.294670.839342.0979

#eb2937 color RGB value is (235,41,55).

#eb2937 hex color red value is 235, green value is 41 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #eb2937 hue: 0.99 , saturation: 0.83 and the lightness value of eb2937 is 0.54.

The process color (four color CMYK) of #eb2937 color hex is 0.00, 0.83, 0.77, 0.08. Web safe color of #eb2937 is #ff3333. Color #eb2937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 00110111
Octal 353 51 67
Decimal 235 41 55
Hex EB 29 37

RGB Percentages of Color #eb2937

%71.00
%12.39
%16.62

CMYK Percentages of Color #eb2937

%0
%83
%77
%8

Triadic Colors of #eb2937

#eb2937 #37eb29 #2937eb

Analogous Colors of #eb2937

#eb2937 #eb7c29 #eb2998

Monochromatic Colors of #eb2937

#eb2937

Complementary Color

#eb2937 #29ebdd

#eb2937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2937 Color CSS Codes

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

#eb2937 Text Font Color

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

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


#eb2937 Background Color

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

This div background color is #eb2937


#eb2937 Border Color

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

This div border color is #eb2937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2937


Comments

No comments written yet.

Please login to write comment.