Color Hex Logo

#eb158c Color Hex

#EB158C
(235,21,140)
0 Favorites   0 Comments

Color spaces of #eb158c

RGB 23521140
HSL0.910.840.50
HSV327°91°92°
CMYK 0.000.910.40   0.08
XYZ39.262720.091926.6197
Yxy20.09190.45670.2337
Hunter Lab44.824077.9116-3.8339
CIE-Lab51.941079.5290-7.9183

#eb158c color RGB value is (235,21,140).

#eb158c hex color red value is 235, green value is 21 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eb158c hue: 0.91 , saturation: 0.84 and the lightness value of eb158c is 0.50.

The process color (four color CMYK) of #eb158c color hex is 0.00, 0.91, 0.40, 0.08. Web safe color of #eb158c is #ff0099. Color #eb158c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010101 10001100
Octal 353 25 214
Decimal 235 21 140
Hex EB 15 8C

RGB Percentages of Color #eb158c

%59.34
%5.30
%35.35

CMYK Percentages of Color #eb158c

%0
%91
%40
%8

Triadic Colors of #eb158c

#eb158c #8ceb15 #158ceb

Analogous Colors of #eb158c

#eb158c #eb1521 #df15eb

Monochromatic Colors of #eb158c

#eb158c

Complementary Color

#eb158c #15eb74

#eb158c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb158c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb158c Color CSS Codes

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

#eb158c Text Font Color

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

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


#eb158c Background Color

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

This div background color is #eb158c


#eb158c Border Color

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

This div border color is #eb158c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb158c


Comments

No comments written yet.

Please login to write comment.