Color Hex Logo

#eb475a Color Hex

#EB475A
(235,71,90)
0 Favorites   0 Comments

Color spaces of #eb475a

RGB 2357190
HSL0.980.800.60
HSV353°70°92°
CMYK 0.000.700.62   0.08
XYZ38.359722.906812.0725
Yxy22.90680.52300.3123
Hunter Lab47.861059.307418.5474
CIE-Lab54.976263.569126.2907

#eb475a color RGB value is (235,71,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000111 01011010
Octal 353 107 132
Decimal 235 71 90
Hex EB 47 5A

RGB Percentages of Color #eb475a

%59.34
%17.93
%22.73

CMYK Percentages of Color #eb475a

%0
%70
%62
%8

Triadic Colors of #eb475a

#eb475a #5aeb47 #475aeb

Analogous Colors of #eb475a

#eb475a #eb8647 #eb47ac

Monochromatic Colors of #eb475a

#eb475a

Complementary Color

#eb475a #47ebd8

#eb475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb475a Color CSS Codes

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

#eb475a Text Font Color

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

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


#eb475a Background Color

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

This div background color is #eb475a


#eb475a Border Color

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

This div border color is #eb475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb475a


Comments

No comments written yet.

Please login to write comment.