Color Hex Logo

#eb4fab Color Hex

#EB4FAB
(235,79,171)
0 Favorites   0 Comments

Color spaces of #eb4fab

RGB 23579171
HSL0.900.800.62
HSV325°66°92°
CMYK 0.000.660.27   0.08
XYZ44.407626.194441.2436
Yxy26.19440.39700.2342
Hunter Lab51.180565.3127-11.9523
CIE-Lab58.221168.0617-16.7415

#eb4fab color RGB value is (235,79,171).

#eb4fab hex color red value is 235, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb4fab hue: 0.90 , saturation: 0.80 and the lightness value of eb4fab is 0.62.

The process color (four color CMYK) of #eb4fab color hex is 0.00, 0.66, 0.27, 0.08. Web safe color of #eb4fab is #ff6699. Color #eb4fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001111 10101011
Octal 353 117 253
Decimal 235 79 171
Hex EB 4F AB

RGB Percentages of Color #eb4fab

%48.45
%16.29
%35.26

CMYK Percentages of Color #eb4fab

%0
%66
%27
%8

Triadic Colors of #eb4fab

#eb4fab #abeb4f #4fabeb

Analogous Colors of #eb4fab

#eb4fab #eb4f5d #dd4feb

Monochromatic Colors of #eb4fab

#eb4fab

Complementary Color

#eb4fab #4feb8f

#eb4fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4fab Color CSS Codes

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

#eb4fab Text Font Color

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

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


#eb4fab Background Color

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

This div background color is #eb4fab


#eb4fab Border Color

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

This div border color is #eb4fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4fab


Comments

No comments written yet.

Please login to write comment.