Color Hex Logo

#eb417a Color Hex

#EB417A
(235,65,122)
0 Favorites   0 Comments

Color spaces of #eb417a

RGB 23565122
HSL0.940.810.59
HSV340°72°92°
CMYK 0.000.720.48   0.08
XYZ39.664122.847920.7319
Yxy22.84790.47650.2745
Hunter Lab47.799564.47067.7440
CIE-Lab54.915367.97317.2082

#eb417a color RGB value is (235,65,122).

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

The process color (four color CMYK) of #eb417a color hex is 0.00, 0.72, 0.48, 0.08. Web safe color of #eb417a is #ff3366. Color #eb417a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000001 01111010
Octal 353 101 172
Decimal 235 65 122
Hex EB 41 7A

RGB Percentages of Color #eb417a

%55.69
%15.40
%28.91

CMYK Percentages of Color #eb417a

%0
%72
%48
%8

Triadic Colors of #eb417a

#eb417a #7aeb41 #417aeb

Analogous Colors of #eb417a

#eb417a #eb5d41 #eb41cf

Monochromatic Colors of #eb417a

#eb417a

Complementary Color

#eb417a #41ebb2

#eb417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb417a Color CSS Codes

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

#eb417a Text Font Color

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

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


#eb417a Background Color

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

This div background color is #eb417a


#eb417a Border Color

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

This div border color is #eb417a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,65,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 #eb417a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb417a


Comments

No comments written yet.

Please login to write comment.