Color Hex Logo

#eb5230 Color Hex

#EB5230
(235,82,48)
0 Favorites   0 Comments

Color spaces of #eb5230

RGB 2358248
HSL0.030.820.55
HSV11°80°92°
CMYK 0.000.650.80   0.08
XYZ37.811723.91025.4185
Yxy23.91020.56320.3561
Hunter Lab48.898152.458227.6586
CIE-Lab55.997857.397850.5694

#eb5230 color RGB value is (235,82,48).

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

The process color (four color CMYK) of #eb5230 color hex is 0.00, 0.65, 0.80, 0.08. Web safe color of #eb5230 is #ff6633. Color #eb5230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 00110000
Octal 353 122 60
Decimal 235 82 48
Hex EB 52 30

RGB Percentages of Color #eb5230

%64.38
%22.47
%13.15

CMYK Percentages of Color #eb5230

%0
%65
%80
%8

Triadic Colors of #eb5230

#eb5230 #30eb52 #5230eb

Analogous Colors of #eb5230

#eb5230 #ebb030 #eb306c

Monochromatic Colors of #eb5230

#eb5230

Complementary Color

#eb5230 #30c9eb

#eb5230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5230 Color CSS Codes

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

#eb5230 Text Font Color

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

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


#eb5230 Background Color

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

This div background color is #eb5230


#eb5230 Border Color

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

This div border color is #eb5230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5230


Comments

No comments written yet.

Please login to write comment.