Color Hex Logo

#eb008a Color Hex

#EB008A
(235,0,138)
0 Favorites   0 Comments

Color spaces of #eb008a

RGB 2350138
HSL0.901.000.46
HSV325°100°92°
CMYK 0.001.000.41   0.08
XYZ38.848419.497125.7605
Yxy19.49710.46190.2318
Hunter Lab44.155579.7736-3.6811
CIE-Lab51.263881.1334-7.7256

#eb008a color RGB value is (235,0,138).

#eb008a hex color red value is 235, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eb008a hue: 0.90 , saturation: 1.00 and the lightness value of eb008a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000000 10001010
Octal 353 0 212
Decimal 235 0 138
Hex EB 0 8A

RGB Percentages of Color #eb008a

%63.00
%0.00
%37.00

CMYK Percentages of Color #eb008a

%0
%100
%41
%8

Triadic Colors of #eb008a

#eb008a #8aeb00 #008aeb

Analogous Colors of #eb008a

#eb008a #eb0015 #d700eb

Monochromatic Colors of #eb008a

#eb008a

Complementary Color

#eb008a #00eb61

#eb008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb008a Color CSS Codes

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

#eb008a Text Font Color

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

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


#eb008a Background Color

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

This div background color is #eb008a


#eb008a Border Color

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

This div border color is #eb008a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb008a


Comments

No comments written yet.

Please login to write comment.