Color Hex Logo

#eb554d Color Hex

#EB554D
(235,85,77)
0 Favorites   0 Comments

Color spaces of #eb554d

RGB 2358577
HSL0.010.800.61
HSV67°92°
CMYK 0.000.640.67   0.08
XYZ38.849024.69509.7402
Yxy24.69500.53010.3370
Hunter Lab49.694152.580223.1648
CIE-Lab56.777057.371336.0306

#eb554d color RGB value is (235,85,77).

#eb554d hex color red value is 235, green value is 85 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #eb554d hue: 0.01 , saturation: 0.80 and the lightness value of eb554d is 0.61.

The process color (four color CMYK) of #eb554d color hex is 0.00, 0.64, 0.67, 0.08. Web safe color of #eb554d is #ff6666. Color #eb554d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010101 01001101
Octal 353 125 115
Decimal 235 85 77
Hex EB 55 4D

RGB Percentages of Color #eb554d

%59.19
%21.41
%19.40

CMYK Percentages of Color #eb554d

%0
%64
%67
%8

Triadic Colors of #eb554d

#eb554d #4deb55 #554deb

Analogous Colors of #eb554d

#eb554d #eba44d #eb4d94

Monochromatic Colors of #eb554d

#eb554d

Complementary Color

#eb554d #4de3eb

#eb554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb554d Color CSS Codes

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

#eb554d Text Font Color

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

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


#eb554d Background Color

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

This div background color is #eb554d


#eb554d Border Color

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

This div border color is #eb554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb554d


Comments

No comments written yet.

Please login to write comment.