Color Hex Logo

#eb632f Color Hex

#EB632F
(235,99,47)
0 Favorites   0 Comments

Color spaces of #eb632f

RGB 2359947
HSL0.050.820.55
HSV17°80°92°
CMYK 0.000.580.80   0.08
XYZ39.235926.79115.7926
Yxy26.79110.54630.3730
Hunter Lab51.760144.728829.5968
CIE-Lab58.780549.963653.7116

#eb632f color RGB value is (235,99,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100011 00101111
Octal 353 143 57
Decimal 235 99 47
Hex EB 63 2F

RGB Percentages of Color #eb632f

%61.68
%25.98
%12.34

CMYK Percentages of Color #eb632f

%0
%58
%80
%8

Triadic Colors of #eb632f

#eb632f #2feb63 #632feb

Analogous Colors of #eb632f

#eb632f #ebc12f #eb2f59

Monochromatic Colors of #eb632f

#eb632f

Complementary Color

#eb632f #2fb7eb

#eb632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb632f Color CSS Codes

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

#eb632f Text Font Color

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

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


#eb632f Background Color

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

This div background color is #eb632f


#eb632f Border Color

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

This div border color is #eb632f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb632f


Comments

No comments written yet.

Please login to write comment.