Color Hex Logo

#eb2fad Color Hex

#EB2FAD
(235,47,173)
0 Favorites   0 Comments

Color spaces of #eb2fad

RGB 23547173
HSL0.890.820.55
HSV320°80°92°
CMYK 0.000.800.26   0.08
XYZ42.820322.712341.6622
Yxy22.71230.39950.2119
Hunter Lab47.657476.9822-18.4712
CIE-Lab54.774878.2378-23.1715

#eb2fad color RGB value is (235,47,173).

#eb2fad hex color red value is 235, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb2fad hue: 0.89 , saturation: 0.82 and the lightness value of eb2fad is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101111 10101101
Octal 353 57 255
Decimal 235 47 173
Hex EB 2F AD

RGB Percentages of Color #eb2fad

%51.65
%10.33
%38.02

CMYK Percentages of Color #eb2fad

%0
%80
%26
%8

Triadic Colors of #eb2fad

#eb2fad #adeb2f #2fadeb

Analogous Colors of #eb2fad

#eb2fad #eb2f4f #cb2feb

Monochromatic Colors of #eb2fad

#eb2fad

Complementary Color

#eb2fad #2feb6d

#eb2fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2fad Color CSS Codes

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

#eb2fad Text Font Color

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

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


#eb2fad Background Color

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

This div background color is #eb2fad


#eb2fad Border Color

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

This div border color is #eb2fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2fad


Comments

No comments written yet.

Please login to write comment.