Color Hex Logo

#eb094e Color Hex

#EB094E
(235,9,78)
0 Favorites   0 Comments

Color spaces of #eb094e

RGB 235978
HSL0.950.930.48
HSV342°96°92°
CMYK 0.000.960.67   0.08
XYZ35.733818.40768.8774
Yxy18.40760.56700.2921
Hunter Lab42.904173.586317.7650
CIE-Lab49.986876.443727.0465

#eb094e color RGB value is (235,9,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 01001110
Octal 353 11 116
Decimal 235 9 78
Hex EB 9 4E

RGB Percentages of Color #eb094e

%72.98
%2.80
%24.22

CMYK Percentages of Color #eb094e

%0
%96
%67
%8

Triadic Colors of #eb094e

#eb094e #4eeb09 #094eeb

Analogous Colors of #eb094e

#eb094e #eb3509 #eb09bf

Monochromatic Colors of #eb094e

#eb094e

Complementary Color

#eb094e #09eba6

#eb094e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb094e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb094e Color CSS Codes

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

#eb094e Text Font Color

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

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


#eb094e Background Color

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

This div background color is #eb094e


#eb094e Border Color

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

This div border color is #eb094e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb094e


Comments

No comments written yet.

Please login to write comment.