Color Hex Logo

#eb524d Color Hex

#EB524D
(235,82,77)
0 Favorites   0 Comments

Color spaces of #eb524d

RGB 2358277
HSL0.010.800.61
HSV67°92°
CMYK 0.000.650.67   0.08
XYZ38.617824.23269.6631
Yxy24.23260.53260.3342
Hunter Lab49.226653.884922.8201
CIE-Lab56.319958.604035.4791

#eb524d color RGB value is (235,82,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 01001101
Octal 353 122 115
Decimal 235 82 77
Hex EB 52 4D

RGB Percentages of Color #eb524d

%59.64
%20.81
%19.54

CMYK Percentages of Color #eb524d

%0
%65
%67
%8

Triadic Colors of #eb524d

#eb524d #4deb52 #524deb

Analogous Colors of #eb524d

#eb524d #eba14d #eb4d97

Monochromatic Colors of #eb524d

#eb524d

Complementary Color

#eb524d #4de6eb

#eb524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb524d Color CSS Codes

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

#eb524d Text Font Color

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

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


#eb524d Background Color

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

This div background color is #eb524d


#eb524d Border Color

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

This div border color is #eb524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb524d


Comments

No comments written yet.

Please login to write comment.