Color Hex Logo

#eb419a Color Hex

#EB419A
(235,65,154)
0 Favorites   0 Comments

Color spaces of #eb419a

RGB 23565154
HSL0.910.810.59
HSV329°72°92°
CMYK 0.000.720.34   0.08
XYZ41.984023.775932.9482
Yxy23.77590.42530.2409
Hunter Lab48.760568.3619-5.9307
CIE-Lab55.862771.0366-10.3713

#eb419a color RGB value is (235,65,154).

#eb419a hex color red value is 235, green value is 65 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eb419a hue: 0.91 , saturation: 0.81 and the lightness value of eb419a is 0.59.

The process color (four color CMYK) of #eb419a color hex is 0.00, 0.72, 0.34, 0.08. Web safe color of #eb419a is #ff3399. Color #eb419a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000001 10011010
Octal 353 101 232
Decimal 235 65 154
Hex EB 41 9A

RGB Percentages of Color #eb419a

%51.76
%14.32
%33.92

CMYK Percentages of Color #eb419a

%0
%72
%34
%8

Triadic Colors of #eb419a

#eb419a #9aeb41 #419aeb

Analogous Colors of #eb419a

#eb419a #eb4145 #e741eb

Monochromatic Colors of #eb419a

#eb419a

Complementary Color

#eb419a #41eb92

#eb419a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb419a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb419a Color CSS Codes

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

#eb419a Text Font Color

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

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


#eb419a Background Color

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

This div background color is #eb419a


#eb419a Border Color

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

This div border color is #eb419a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb419a


Comments

No comments written yet.

Please login to write comment.