Color Hex Logo

#eb4fad Color Hex

#EB4FAD
(235,79,173)
0 Favorites   0 Comments

Color spaces of #eb4fad

RGB 23579173
HSL0.900.800.62
HSV324°66°92°
CMYK 0.000.660.26   0.08
XYZ44.599826.271342.2554
Yxy26.27130.39420.2322
Hunter Lab51.255565.6239-13.0002
CIE-Lab58.293768.3078-17.7902

#eb4fad color RGB value is (235,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001111 10101101
Octal 353 117 255
Decimal 235 79 173
Hex EB 4F AD

RGB Percentages of Color #eb4fad

%48.25
%16.22
%35.52

CMYK Percentages of Color #eb4fad

%0
%66
%26
%8

Triadic Colors of #eb4fad

#eb4fad #adeb4f #4fadeb

Analogous Colors of #eb4fad

#eb4fad #eb4f5f #db4feb

Monochromatic Colors of #eb4fad

#eb4fad

Complementary Color

#eb4fad #4feb8d

#eb4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4fad Color CSS Codes

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

#eb4fad Text Font Color

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

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


#eb4fad Background Color

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

This div background color is #eb4fad


#eb4fad Border Color

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

This div border color is #eb4fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4fad


Comments

No comments written yet.

Please login to write comment.