Color Hex Logo

#eb262a Color Hex

#EB262A
(235,38,42)
0 Favorites   0 Comments

Color spaces of #eb262a

RGB 2353842
HSL1.000.830.54
HSV359°84°92°
CMYK 0.000.840.82   0.08
XYZ35.372019.21564.0352
Yxy19.21560.60340.3278
Hunter Lab43.835667.323625.2271
CIE-Lab50.938571.119548.7308

#eb262a color RGB value is (235,38,42).

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

The process color (four color CMYK) of #eb262a color hex is 0.00, 0.84, 0.82, 0.08. Web safe color of #eb262a is #ff3333. Color #eb262a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100110 00101010
Octal 353 46 52
Decimal 235 38 42
Hex EB 26 2A

RGB Percentages of Color #eb262a

%74.60
%12.06
%13.33

CMYK Percentages of Color #eb262a

%0
%84
%82
%8

Triadic Colors of #eb262a

#eb262a #2aeb26 #262aeb

Analogous Colors of #eb262a

#eb262a #eb8526 #eb268d

Monochromatic Colors of #eb262a

#eb262a

Complementary Color

#eb262a #26ebe7

#eb262a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb262a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb262a Color CSS Codes

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

#eb262a Text Font Color

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

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


#eb262a Background Color

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

This div background color is #eb262a


#eb262a Border Color

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

This div border color is #eb262a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb262a


Comments

No comments written yet.

Please login to write comment.