Color Hex Logo

#eb832d Color Hex

#EB832D
(235,131,45)
0 Favorites   0 Comments

Color spaces of #eb832d

RGB 23513145
HSL0.080.830.55
HSV27°81°92°
CMYK 0.000.440.81   0.08
XYZ42.850934.08426.8030
Yxy34.08420.51170.4070
Hunter Lab58.381728.847233.9583
CIE-Lab65.029434.128360.3442

#eb832d color RGB value is (235,131,45).

#eb832d hex color red value is 235, green value is 131 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eb832d hue: 0.08 , saturation: 0.83 and the lightness value of eb832d is 0.55.

The process color (four color CMYK) of #eb832d color hex is 0.00, 0.44, 0.81, 0.08. Web safe color of #eb832d is #ff9933. Color #eb832d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 00101101
Octal 353 203 55
Decimal 235 131 45
Hex EB 83 2D

RGB Percentages of Color #eb832d

%57.18
%31.87
%10.95

CMYK Percentages of Color #eb832d

%0
%44
%81
%8

Triadic Colors of #eb832d

#eb832d #2deb83 #832deb

Analogous Colors of #eb832d

#eb832d #ebe22d #eb2d36

Monochromatic Colors of #eb832d

#eb832d

Complementary Color

#eb832d #2d95eb

#eb832d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb832d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb832d Color CSS Codes

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

#eb832d Text Font Color

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

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


#eb832d Background Color

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

This div background color is #eb832d


#eb832d Border Color

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

This div border color is #eb832d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb832d


Comments

No comments written yet.

Please login to write comment.