Color Hex Logo

#eb007a Color Hex

#EB007A
(235,0,122)
0 Favorites   0 Comments

Color spaces of #eb007a

RGB 2350122
HSL0.911.000.46
HSV329°100°92°
CMYK 0.001.000.48   0.08
XYZ37.773819.067320.1018
Yxy19.06730.49090.2478
Hunter Lab43.666177.99743.2720
CIE-Lab50.765979.82631.2316

#eb007a color RGB value is (235,0,122).

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

The process color (four color CMYK) of #eb007a color hex is 0.00, 1.00, 0.48, 0.08. Web safe color of #eb007a is #ff0066. Color #eb007a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000000 01111010
Octal 353 0 172
Decimal 235 0 122
Hex EB 0 7A

RGB Percentages of Color #eb007a

%65.83
%0.00
%34.17

CMYK Percentages of Color #eb007a

%0
%100
%48
%8

Triadic Colors of #eb007a

#eb007a #7aeb00 #007aeb

Analogous Colors of #eb007a

#eb007a #eb0004 #e700eb

Monochromatic Colors of #eb007a

#eb007a

Complementary Color

#eb007a #00eb71

#eb007a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb007a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb007a Color CSS Codes

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

#eb007a Text Font Color

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

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


#eb007a Background Color

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

This div background color is #eb007a


#eb007a Border Color

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

This div border color is #eb007a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb007a


Comments

No comments written yet.

Please login to write comment.