Color Hex Logo

#eb14ba Color Hex

#EB14BA
(235,20,186)
0 Favorites   0 Comments

Color spaces of #eb14ba

RGB 23520186
HSL0.870.840.50
HSV314°91°92°
CMYK 0.000.910.21   0.08
XYZ43.374021.707648.3583
Yxy21.70760.38240.1914
Hunter Lab46.591484.6385-28.9245
CIE-Lab53.715484.4492-32.3937

#eb14ba color RGB value is (235,20,186).

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

The process color (four color CMYK) of #eb14ba color hex is 0.00, 0.91, 0.21, 0.08. Web safe color of #eb14ba is #ff00cc. Color #eb14ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 10111010
Octal 353 24 272
Decimal 235 20 186
Hex EB 14 BA

RGB Percentages of Color #eb14ba

%53.29
%4.54
%42.18

CMYK Percentages of Color #eb14ba

%0
%91
%21
%8

Triadic Colors of #eb14ba

#eb14ba #baeb14 #14baeb

Analogous Colors of #eb14ba

#eb14ba #eb144e #b114eb

Monochromatic Colors of #eb14ba

#eb14ba

Complementary Color

#eb14ba #14eb45

#eb14ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb14ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb14ba Color CSS Codes

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

#eb14ba Text Font Color

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

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


#eb14ba Background Color

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

This div background color is #eb14ba


#eb14ba Border Color

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

This div border color is #eb14ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb14ba


Comments

No comments written yet.

Please login to write comment.