Color Hex Logo

#eb495d Color Hex

#EB495D
(235,73,93)
0 Favorites   0 Comments

Color spaces of #eb495d

RGB 2357393
HSL0.980.800.60
HSV353°69°92°
CMYK 0.000.690.60   0.08
XYZ38.619323.217612.8019
Yxy23.21760.51740.3111
Hunter Lab48.184658.742117.9768
CIE-Lab55.295863.023324.9443

#eb495d color RGB value is (235,73,93).

#eb495d hex color red value is 235, green value is 73 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eb495d hue: 0.98 , saturation: 0.80 and the lightness value of eb495d is 0.60.

The process color (four color CMYK) of #eb495d color hex is 0.00, 0.69, 0.60, 0.08. Web safe color of #eb495d is #ff3366. Color #eb495d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 01011101
Octal 353 111 135
Decimal 235 73 93
Hex EB 49 5D

RGB Percentages of Color #eb495d

%58.60
%18.20
%23.19

CMYK Percentages of Color #eb495d

%0
%69
%60
%8

Triadic Colors of #eb495d

#eb495d #5deb49 #495deb

Analogous Colors of #eb495d

#eb495d #eb8649 #eb49ae

Monochromatic Colors of #eb495d

#eb495d

Complementary Color

#eb495d #49ebd7

#eb495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb495d Color CSS Codes

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

#eb495d Text Font Color

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

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


#eb495d Background Color

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

This div background color is #eb495d


#eb495d Border Color

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

This div border color is #eb495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb495d


Comments

No comments written yet.

Please login to write comment.