Color Hex Logo

#eb6070 Color Hex

#EB6070
(235,96,112)
0 Favorites   0 Comments

Color spaces of #eb6070

RGB 23596112
HSL0.980.780.65
HSV353°59°92°
CMYK 0.000.590.52   0.08
XYZ41.368527.197818.3986
Yxy27.19780.47570.3127
Hunter Lab52.151550.327615.5891
CIE-Lab59.157054.967219.0107

#eb6070 color RGB value is (235,96,112).

#eb6070 hex color red value is 235, green value is 96 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eb6070 hue: 0.98 , saturation: 0.78 and the lightness value of eb6070 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 01110000
Octal 353 140 160
Decimal 235 96 112
Hex EB 60 70

RGB Percentages of Color #eb6070

%53.05
%21.67
%25.28

CMYK Percentages of Color #eb6070

%0
%59
%52
%8

Triadic Colors of #eb6070

#eb6070 #70eb60 #6070eb

Analogous Colors of #eb6070

#eb6070 #eb9660 #eb60b6

Monochromatic Colors of #eb6070

#eb6070

Complementary Color

#eb6070 #60ebdb

#eb6070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6070 Color CSS Codes

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

#eb6070 Text Font Color

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

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


#eb6070 Background Color

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

This div background color is #eb6070


#eb6070 Border Color

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

This div border color is #eb6070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,96,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 #eb6070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6070


Comments

No comments written yet.

Please login to write comment.