Color Hex Logo

#eb136e Color Hex

#EB136E
(235,19,110)
0 Favorites   0 Comments

Color spaces of #eb136e

RGB 23519110
HSL0.930.850.50
HSV335°92°92°
CMYK 0.000.920.53   0.08
XYZ37.308319.253716.5018
Yxy19.25370.51060.2635
Hunter Lab43.879074.98198.4179
CIE-Lab50.982777.37528.8556

#eb136e color RGB value is (235,19,110).

#eb136e hex color red value is 235, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eb136e hue: 0.93 , saturation: 0.85 and the lightness value of eb136e is 0.50.

The process color (four color CMYK) of #eb136e color hex is 0.00, 0.92, 0.53, 0.08. Web safe color of #eb136e is #ff0066. Color #eb136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010011 01101110
Octal 353 23 156
Decimal 235 19 110
Hex EB 13 6E

RGB Percentages of Color #eb136e

%64.56
%5.22
%30.22

CMYK Percentages of Color #eb136e

%0
%92
%53
%8

Triadic Colors of #eb136e

#eb136e #6eeb13 #136eeb

Analogous Colors of #eb136e

#eb136e #eb2413 #eb13da

Monochromatic Colors of #eb136e

#eb136e

Complementary Color

#eb136e #13eb90

#eb136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb136e Color CSS Codes

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

#eb136e Text Font Color

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

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


#eb136e Background Color

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

This div background color is #eb136e


#eb136e Border Color

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

This div border color is #eb136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb136e


Comments

No comments written yet.

Please login to write comment.