Color Hex Logo

#eb1fad Color Hex

#EB1FAD
(235,31,173)
0 Favorites   0 Comments

Color spaces of #eb1fad

RGB 23531173
HSL0.880.840.52
HSV318°87°92°
CMYK 0.000.870.26   0.08
XYZ42.293821.659341.4867
Yxy21.65930.40110.2054
Hunter Lab46.539680.7714-20.2751
CIE-Lab53.663681.4497-24.8830

#eb1fad color RGB value is (235,31,173).

#eb1fad hex color red value is 235, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb1fad hue: 0.88 , saturation: 0.84 and the lightness value of eb1fad is 0.52.

The process color (four color CMYK) of #eb1fad color hex is 0.00, 0.87, 0.26, 0.08. Web safe color of #eb1fad is #ff3399. Color #eb1fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011111 10101101
Octal 353 37 255
Decimal 235 31 173
Hex EB 1F AD

RGB Percentages of Color #eb1fad

%53.53
%7.06
%39.41

CMYK Percentages of Color #eb1fad

%0
%87
%26
%8

Triadic Colors of #eb1fad

#eb1fad #adeb1f #1fadeb

Analogous Colors of #eb1fad

#eb1fad #eb1f47 #c31feb

Monochromatic Colors of #eb1fad

#eb1fad

Complementary Color

#eb1fad #1feb5d

#eb1fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1fad Color CSS Codes

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

#eb1fad Text Font Color

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

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


#eb1fad Background Color

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

This div background color is #eb1fad


#eb1fad Border Color

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

This div border color is #eb1fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1fad


Comments

No comments written yet.

Please login to write comment.