Color Hex Logo

#eb475e Color Hex

#EB475E
(235,71,94)
0 Favorites   0 Comments

Color spaces of #eb475e

RGB 2357194
HSL0.980.800.60
HSV352°70°92°
CMYK 0.000.700.60   0.08
XYZ38.534622.976812.9936
Yxy22.97680.51720.3084
Hunter Lab47.934159.612817.4820
CIE-Lab55.048463.818524.0313

#eb475e color RGB value is (235,71,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000111 01011110
Octal 353 107 136
Decimal 235 71 94
Hex EB 47 5E

RGB Percentages of Color #eb475e

%58.75
%17.75
%23.50

CMYK Percentages of Color #eb475e

%0
%70
%60
%8

Triadic Colors of #eb475e

#eb475e #5eeb47 #475eeb

Analogous Colors of #eb475e

#eb475e #eb8247 #eb47b0

Monochromatic Colors of #eb475e

#eb475e

Complementary Color

#eb475e #47ebd4

#eb475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb475e Color CSS Codes

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

#eb475e Text Font Color

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

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


#eb475e Background Color

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

This div background color is #eb475e


#eb475e Border Color

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

This div border color is #eb475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb475e


Comments

No comments written yet.

Please login to write comment.