Color Hex Logo

#eb096b Color Hex

#EB096B
(235,9,107)
0 Favorites   0 Comments

Color spaces of #eb096b

RGB 2359107
HSL0.930.930.48
HSV334°96°92°
CMYK 0.000.960.54   0.08
XYZ37.012518.919115.6109
Yxy18.91910.51730.2644
Hunter Lab43.496175.77449.1679
CIE-Lab50.592478.087410.1372

#eb096b color RGB value is (235,9,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 01101011
Octal 353 11 153
Decimal 235 9 107
Hex EB 9 6B

RGB Percentages of Color #eb096b

%66.95
%2.56
%30.48

CMYK Percentages of Color #eb096b

%0
%96
%54
%8

Triadic Colors of #eb096b

#eb096b #6beb09 #096beb

Analogous Colors of #eb096b

#eb096b #eb1809 #eb09dc

Monochromatic Colors of #eb096b

#eb096b

Complementary Color

#eb096b #09eb89

#eb096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb096b Color CSS Codes

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

#eb096b Text Font Color

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

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


#eb096b Background Color

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

This div background color is #eb096b


#eb096b Border Color

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

This div border color is #eb096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb096b


Comments

No comments written yet.

Please login to write comment.