Color Hex Logo

#eb4fff Color Hex

#EB4FFF
(235,79,255)
0 Favorites   0 Comments

Color spaces of #eb4fff

RGB 23579255
HSL0.811.000.65
HSV293°69°100°
CMYK 0.080.690.00   0.00
XYZ55.106930.474197.5854
Yxy30.47410.30090.1664
Hunter Lab55.203481.5823-66.1672
CIE-Lab62.061280.4557-58.2405

#eb4fff color RGB value is (235,79,255).

#eb4fff hex color red value is 235, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eb4fff hue: 0.81 , saturation: 1.00 and the lightness value of eb4fff is 0.65.

The process color (four color CMYK) of #eb4fff color hex is 0.08, 0.69, 0.00, 0.00. Web safe color of #eb4fff is #ff66ff. Color #eb4fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001111 11111111
Octal 353 117 377
Decimal 235 79 255
Hex EB 4F FF

RGB Percentages of Color #eb4fff

%41.30
%13.88
%44.82

CMYK Percentages of Color #eb4fff

%8
%69
%0
%0

Triadic Colors of #eb4fff

#eb4fff #ffeb4f #4fffeb

Analogous Colors of #eb4fff

#eb4fff #ff4fbb #934fff

Monochromatic Colors of #eb4fff

#eb4fff

Complementary Color

#eb4fff #63ff4f

#eb4fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4fff Color CSS Codes

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

#eb4fff Text Font Color

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

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


#eb4fff Background Color

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

This div background color is #eb4fff


#eb4fff Border Color

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

This div border color is #eb4fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4fff


Comments

No comments written yet.

Please login to write comment.