Color Hex Logo

#eb074e Color Hex

#EB074E
(235,7,78)
0 Favorites   0 Comments

Color spaces of #eb074e

RGB 235778
HSL0.950.940.47
HSV341°97°92°
CMYK 0.000.970.67   0.08
XYZ35.712118.36428.8701
Yxy18.36420.56730.2917
Hunter Lab42.853573.760117.7252
CIE-Lab49.934976.594426.9808

#eb074e color RGB value is (235,7,78).

#eb074e hex color red value is 235, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eb074e hue: 0.95 , saturation: 0.94 and the lightness value of eb074e is 0.47.

The process color (four color CMYK) of #eb074e color hex is 0.00, 0.97, 0.67, 0.08. Web safe color of #eb074e is #ff0066. Color #eb074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 01001110
Octal 353 7 116
Decimal 235 7 78
Hex EB 7 4E

RGB Percentages of Color #eb074e

%73.44
%2.19
%24.38

CMYK Percentages of Color #eb074e

%0
%97
%67
%8

Triadic Colors of #eb074e

#eb074e #4eeb07 #074eeb

Analogous Colors of #eb074e

#eb074e #eb3207 #eb07c0

Monochromatic Colors of #eb074e

#eb074e

Complementary Color

#eb074e #07eba4

#eb074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb074e Color CSS Codes

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

#eb074e Text Font Color

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

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


#eb074e Background Color

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

This div background color is #eb074e


#eb074e Border Color

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

This div border color is #eb074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb074e


Comments

No comments written yet.

Please login to write comment.