Color Hex Logo

#eb094b Color Hex

#EB094B
(235,9,75)
0 Favorites   0 Comments

Color spaces of #eb094b

RGB 235975
HSL0.950.930.48
HSV342°96°92°
CMYK 0.000.960.68   0.08
XYZ35.628618.36558.3237
Yxy18.36550.57170.2947
Hunter Lab42.855073.404418.4826
CIE-Lab49.936576.306228.8016

#eb094b color RGB value is (235,9,75).

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

The process color (four color CMYK) of #eb094b color hex is 0.00, 0.96, 0.68, 0.08. Web safe color of #eb094b is #ff0033. Color #eb094b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 01001011
Octal 353 11 113
Decimal 235 9 75
Hex EB 9 4B

RGB Percentages of Color #eb094b

%73.67
%2.82
%23.51

CMYK Percentages of Color #eb094b

%0
%96
%68
%8

Triadic Colors of #eb094b

#eb094b #4beb09 #094beb

Analogous Colors of #eb094b

#eb094b #eb3809 #eb09bc

Monochromatic Colors of #eb094b

#eb094b

Complementary Color

#eb094b #09eba9

#eb094b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb094b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb094b Color CSS Codes

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

#eb094b Text Font Color

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

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


#eb094b Background Color

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

This div background color is #eb094b


#eb094b Border Color

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

This div border color is #eb094b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb094b


Comments

No comments written yet.

Please login to write comment.