Color Hex Logo

#eb4faf Color Hex

#EB4FAF
(235,79,175)
0 Favorites   0 Comments

Color spaces of #eb4faf

RGB 23579175
HSL0.900.800.62
HSV323°66°92°
CMYK 0.000.660.26   0.08
XYZ44.794826.349343.2824
Yxy26.34930.39150.2303
Hunter Lab51.331665.9388-14.0608
CIE-Lab58.367168.5567-18.8360

#eb4faf color RGB value is (235,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001111 10101111
Octal 353 117 257
Decimal 235 79 175
Hex EB 4F AF

RGB Percentages of Color #eb4faf

%48.06
%16.16
%35.79

CMYK Percentages of Color #eb4faf

%0
%66
%26
%8

Triadic Colors of #eb4faf

#eb4faf #afeb4f #4fafeb

Analogous Colors of #eb4faf

#eb4faf #eb4f61 #d94feb

Monochromatic Colors of #eb4faf

#eb4faf

Complementary Color

#eb4faf #4feb8b

#eb4faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4faf Color CSS Codes

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

#eb4faf Text Font Color

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

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


#eb4faf Background Color

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

This div background color is #eb4faf


#eb4faf Border Color

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

This div border color is #eb4faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4faf


Comments

No comments written yet.

Please login to write comment.