Color Hex Logo

#eb4973 Color Hex

#EB4973
(235,73,115)
0 Favorites   0 Comments

Color spaces of #eb4973

RGB 23573115
HSL0.960.800.60
HSV344°69°92°
CMYK 0.000.690.51   0.08
XYZ39.738023.665118.6930
Yxy23.66510.48400.2883
Hunter Lab48.646860.679011.2700
CIE-Lab55.750964.603312.5516

#eb4973 color RGB value is (235,73,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 01110011
Octal 353 111 163
Decimal 235 73 115
Hex EB 49 73

RGB Percentages of Color #eb4973

%55.56
%17.26
%27.19

CMYK Percentages of Color #eb4973

%0
%69
%51
%8

Triadic Colors of #eb4973

#eb4973 #73eb49 #4973eb

Analogous Colors of #eb4973

#eb4973 #eb7049 #eb49c4

Monochromatic Colors of #eb4973

#eb4973

Complementary Color

#eb4973 #49ebc1

#eb4973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4973 Color CSS Codes

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

#eb4973 Text Font Color

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

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


#eb4973 Background Color

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

This div background color is #eb4973


#eb4973 Border Color

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

This div border color is #eb4973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4973


Comments

No comments written yet.

Please login to write comment.