Color Hex Logo

#eb14ab Color Hex

#EB14AB
(235,20,171)
0 Favorites   0 Comments

Color spaces of #eb14ab

RGB 23520171
HSL0.880.840.50
HSV318°91°92°
CMYK 0.000.910.27   0.08
XYZ41.861821.102840.3950
Yxy21.10280.40500.2042
Hunter Lab45.937882.2709-19.9797
CIE-Lab53.061882.7396-24.6375

#eb14ab color RGB value is (235,20,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 10101011
Octal 353 24 253
Decimal 235 20 171
Hex EB 14 AB

RGB Percentages of Color #eb14ab

%55.16
%4.69
%40.14

CMYK Percentages of Color #eb14ab

%0
%91
%27
%8

Triadic Colors of #eb14ab

#eb14ab #abeb14 #14abeb

Analogous Colors of #eb14ab

#eb14ab #eb143f #c014eb

Monochromatic Colors of #eb14ab

#eb14ab

Complementary Color

#eb14ab #14eb54

#eb14ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb14ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb14ab Color CSS Codes

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

#eb14ab Text Font Color

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

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


#eb14ab Background Color

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

This div background color is #eb14ab


#eb14ab Border Color

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

This div border color is #eb14ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb14ab


Comments

No comments written yet.

Please login to write comment.