Color Hex Logo

#eb6970 Color Hex

#EB6970
(235,105,112)
0 Favorites   0 Comments

Color spaces of #eb6970

RGB 235105112
HSL0.990.760.67
HSV357°55°92°
CMYK 0.000.550.52   0.08
XYZ42.237228.935218.6881
Yxy28.93520.47000.3220
Hunter Lab53.791446.023717.0556
CIE-Lab60.724450.845021.1363

#eb6970 color RGB value is (235,105,112).

#eb6970 hex color red value is 235, green value is 105 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eb6970 hue: 0.99 , saturation: 0.76 and the lightness value of eb6970 is 0.67.

The process color (four color CMYK) of #eb6970 color hex is 0.00, 0.55, 0.52, 0.08. Web safe color of #eb6970 is #ff6666. Color #eb6970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 01110000
Octal 353 151 160
Decimal 235 105 112
Hex EB 69 70

RGB Percentages of Color #eb6970

%51.99
%23.23
%24.78

CMYK Percentages of Color #eb6970

%0
%55
%52
%8

Triadic Colors of #eb6970

#eb6970 #70eb69 #6970eb

Analogous Colors of #eb6970

#eb6970 #eba369 #eb69b1

Monochromatic Colors of #eb6970

#eb6970

Complementary Color

#eb6970 #69ebe4

#eb6970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6970 Color CSS Codes

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

#eb6970 Text Font Color

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

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


#eb6970 Background Color

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

This div background color is #eb6970


#eb6970 Border Color

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

This div border color is #eb6970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6970


Comments

No comments written yet.

Please login to write comment.