Color Hex Logo

#eb845b Color Hex

#EB845B
(235,132,91)
0 Favorites   0 Comments

Color spaces of #eb845b

RGB 23513291
HSL0.050.780.64
HSV17°61°92°
CMYK 0.000.440.61   0.08
XYZ44.400534.920014.2976
Yxy34.92000.47430.3730
Hunter Lab59.093130.705627.0200
CIE-Lab65.686335.863339.1830

#eb845b color RGB value is (235,132,91).

#eb845b hex color red value is 235, green value is 132 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eb845b hue: 0.05 , saturation: 0.78 and the lightness value of eb845b is 0.64.

The process color (four color CMYK) of #eb845b color hex is 0.00, 0.44, 0.61, 0.08. Web safe color of #eb845b is #ff9966. Color #eb845b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 01011011
Octal 353 204 133
Decimal 235 132 91
Hex EB 84 5B

RGB Percentages of Color #eb845b

%51.31
%28.82
%19.87

CMYK Percentages of Color #eb845b

%0
%44
%61
%8

Triadic Colors of #eb845b

#eb845b #5beb84 #845beb

Analogous Colors of #eb845b

#eb845b #ebcc5b #eb5b7a

Monochromatic Colors of #eb845b

#eb845b

Complementary Color

#eb845b #5bc2eb

#eb845b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb845b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb845b Color CSS Codes

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

#eb845b Text Font Color

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

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


#eb845b Background Color

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

This div background color is #eb845b


#eb845b Border Color

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

This div border color is #eb845b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb845b


Comments

No comments written yet.

Please login to write comment.