Color Hex Logo

#eb775b Color Hex

#EB775B
(235,119,91)
0 Favorites   0 Comments

Color spaces of #eb775b

RGB 23511991
HSL0.030.780.64
HSV12°61°92°
CMYK 0.000.490.61   0.08
XYZ42.746131.611213.7461
Yxy31.61120.48520.3588
Hunter Lab56.223837.319024.8609
CIE-Lab63.020242.475435.9105

#eb775b color RGB value is (235,119,91).

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

The process color (four color CMYK) of #eb775b color hex is 0.00, 0.49, 0.61, 0.08. Web safe color of #eb775b is #ff6666. Color #eb775b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 01011011
Octal 353 167 133
Decimal 235 119 91
Hex EB 77 5B

RGB Percentages of Color #eb775b

%52.81
%26.74
%20.45

CMYK Percentages of Color #eb775b

%0
%49
%61
%8

Triadic Colors of #eb775b

#eb775b #5beb77 #775beb

Analogous Colors of #eb775b

#eb775b #ebbf5b #eb5b87

Monochromatic Colors of #eb775b

#eb775b

Complementary Color

#eb775b #5bcfeb

#eb775b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb775b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb775b Color CSS Codes

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

#eb775b Text Font Color

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

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


#eb775b Background Color

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

This div background color is #eb775b


#eb775b Border Color

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

This div border color is #eb775b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,119,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 #eb775b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb775b


Comments

No comments written yet.

Please login to write comment.