Color Hex Logo

#eb419f Color Hex

#EB419F
(235,65,159)
0 Favorites   0 Comments

Color spaces of #eb419f

RGB 23565159
HSL0.910.810.59
HSV327°72°92°
CMYK 0.000.720.32   0.08
XYZ42.409323.946035.1877
Yxy23.94600.41760.2358
Hunter Lab48.934769.0617-8.3797
CIE-Lab56.033771.5811-13.0523

#eb419f color RGB value is (235,65,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000001 10011111
Octal 353 101 237
Decimal 235 65 159
Hex EB 41 9F

RGB Percentages of Color #eb419f

%51.20
%14.16
%34.64

CMYK Percentages of Color #eb419f

%0
%72
%32
%8

Triadic Colors of #eb419f

#eb419f #9feb41 #419feb

Analogous Colors of #eb419f

#eb419f #eb414a #e241eb

Monochromatic Colors of #eb419f

#eb419f

Complementary Color

#eb419f #41eb8d

#eb419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb419f Color CSS Codes

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

#eb419f Text Font Color

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

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


#eb419f Background Color

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

This div background color is #eb419f


#eb419f Border Color

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

This div border color is #eb419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb419f


Comments

No comments written yet.

Please login to write comment.