Color Hex Logo

#eb108b Color Hex

#EB108B
(235,16,139)
0 Favorites   0 Comments

Color spaces of #eb108b

RGB 23516139
HSL0.910.870.49
HSV326°93°92°
CMYK 0.000.930.41   0.08
XYZ39.106419.896826.2054
Yxy19.89680.45890.2335
Hunter Lab44.605878.4326-3.6081
CIE-Lab51.720379.9852-7.6465

#eb108b color RGB value is (235,16,139).

#eb108b hex color red value is 235, green value is 16 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eb108b hue: 0.91 , saturation: 0.87 and the lightness value of eb108b is 0.49.

The process color (four color CMYK) of #eb108b color hex is 0.00, 0.93, 0.41, 0.08. Web safe color of #eb108b is #ff0099. Color #eb108b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 10001011
Octal 353 20 213
Decimal 235 16 139
Hex EB 10 8B

RGB Percentages of Color #eb108b

%60.26
%4.10
%35.64

CMYK Percentages of Color #eb108b

%0
%93
%41
%8

Triadic Colors of #eb108b

#eb108b #8beb10 #108beb

Analogous Colors of #eb108b

#eb108b #eb101e #de10eb

Monochromatic Colors of #eb108b

#eb108b

Complementary Color

#eb108b #10eb70

#eb108b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb108b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb108b Color CSS Codes

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

#eb108b Text Font Color

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

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


#eb108b Background Color

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

This div background color is #eb108b


#eb108b Border Color

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

This div border color is #eb108b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb108b


Comments

No comments written yet.

Please login to write comment.