Color Hex Logo

#eb6550 Color Hex

#EB6550
(235,101,80)
0 Favorites   0 Comments

Color spaces of #eb6550

RGB 23510180
HSL0.020.790.62
HSV66°92°
CMYK 0.000.570.66   0.08
XYZ40.362627.548710.7795
Yxy27.54870.51290.3501
Hunter Lab52.486945.415224.5641
CIE-Lab59.478850.483537.6143

#eb6550 color RGB value is (235,101,80).

#eb6550 hex color red value is 235, green value is 101 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eb6550 hue: 0.02 , saturation: 0.79 and the lightness value of eb6550 is 0.62.

The process color (four color CMYK) of #eb6550 color hex is 0.00, 0.57, 0.66, 0.08. Web safe color of #eb6550 is #ff6666. Color #eb6550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 01010000
Octal 353 145 120
Decimal 235 101 80
Hex EB 65 50

RGB Percentages of Color #eb6550

%56.49
%24.28
%19.23

CMYK Percentages of Color #eb6550

%0
%57
%66
%8

Triadic Colors of #eb6550

#eb6550 #50eb65 #6550eb

Analogous Colors of #eb6550

#eb6550 #ebb350 #eb5089

Monochromatic Colors of #eb6550

#eb6550

Complementary Color

#eb6550 #50d6eb

#eb6550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6550 Color CSS Codes

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

#eb6550 Text Font Color

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

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


#eb6550 Background Color

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

This div background color is #eb6550


#eb6550 Border Color

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

This div border color is #eb6550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6550


Comments

No comments written yet.

Please login to write comment.