Color Hex Logo

#eb5134 Color Hex

#EB5134
(235,81,52)
0 Favorites   0 Comments

Color spaces of #eb5134

RGB 2358152
HSL0.030.820.56
HSV10°78°92°
CMYK 0.000.660.78   0.08
XYZ37.823223.79505.8482
Yxy23.79500.56060.3527
Hunter Lab48.780153.040427.0379
CIE-Lab55.882057.934348.4743

#eb5134 color RGB value is (235,81,52).

#eb5134 hex color red value is 235, green value is 81 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #eb5134 hue: 0.03 , saturation: 0.82 and the lightness value of eb5134 is 0.56.

The process color (four color CMYK) of #eb5134 color hex is 0.00, 0.66, 0.78, 0.08. Web safe color of #eb5134 is #ff6633. Color #eb5134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010001 00110100
Octal 353 121 64
Decimal 235 81 52
Hex EB 51 34

RGB Percentages of Color #eb5134

%63.86
%22.01
%14.13

CMYK Percentages of Color #eb5134

%0
%66
%78
%8

Triadic Colors of #eb5134

#eb5134 #34eb51 #5134eb

Analogous Colors of #eb5134

#eb5134 #ebad34 #eb3473

Monochromatic Colors of #eb5134

#eb5134

Complementary Color

#eb5134 #34ceeb

#eb5134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5134 Color CSS Codes

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

#eb5134 Text Font Color

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

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


#eb5134 Background Color

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

This div background color is #eb5134


#eb5134 Border Color

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

This div border color is #eb5134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5134


Comments

No comments written yet.

Please login to write comment.