Color Hex Logo

#eb5ffb Color Hex

#EB5FFB
(235,95,251)
0 Favorites   0 Comments

Color spaces of #eb5ffb

RGB 23595251
HSL0.820.950.68
HSV294°62°98°
CMYK 0.060.620.00   0.02
XYZ55.765732.811694.6609
Yxy32.81160.30430.1791
Hunter Lab57.281473.5343-57.8832
CIE-Lab64.008173.7187-52.9379

#eb5ffb color RGB value is (235,95,251).

#eb5ffb hex color red value is 235, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eb5ffb hue: 0.82 , saturation: 0.95 and the lightness value of eb5ffb is 0.68.

The process color (four color CMYK) of #eb5ffb color hex is 0.06, 0.62, 0.00, 0.02. Web safe color of #eb5ffb is #ff66ff. Color #eb5ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011111 11111011
Octal 353 137 373
Decimal 235 95 251
Hex EB 5F FB

RGB Percentages of Color #eb5ffb

%40.45
%16.35
%43.20

CMYK Percentages of Color #eb5ffb

%6
%62
%0
%2

Triadic Colors of #eb5ffb

#eb5ffb #fbeb5f #5ffbeb

Analogous Colors of #eb5ffb

#eb5ffb #fb5fbd #9d5ffb

Monochromatic Colors of #eb5ffb

#eb5ffb

Complementary Color

#eb5ffb #6ffb5f

#eb5ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5ffb Color CSS Codes

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

#eb5ffb Text Font Color

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

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


#eb5ffb Background Color

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

This div background color is #eb5ffb


#eb5ffb Border Color

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

This div border color is #eb5ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5ffb


Comments

No comments written yet.

Please login to write comment.