Color Hex Logo

#eb2933 Color Hex

#EB2933
(235,41,51)
0 Favorites   0 Comments

Color spaces of #eb2933

RGB 2354151
HSL0.990.830.54
HSV357°83°92°
CMYK 0.000.830.78   0.08
XYZ35.651419.48715.0143
Yxy19.48710.59270.3240
Hunter Lab44.144266.906524.1662
CIE-Lab51.252370.711444.2642

#eb2933 color RGB value is (235,41,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 00110011
Octal 353 51 63
Decimal 235 41 51
Hex EB 29 33

RGB Percentages of Color #eb2933

%71.87
%12.54
%15.60

CMYK Percentages of Color #eb2933

%0
%83
%78
%8

Triadic Colors of #eb2933

#eb2933 #33eb29 #2933eb

Analogous Colors of #eb2933

#eb2933 #eb8029 #eb2994

Monochromatic Colors of #eb2933

#eb2933

Complementary Color

#eb2933 #29ebe1

#eb2933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2933 Color CSS Codes

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

#eb2933 Text Font Color

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

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


#eb2933 Background Color

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

This div background color is #eb2933


#eb2933 Border Color

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

This div border color is #eb2933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2933


Comments

No comments written yet.

Please login to write comment.