Color Hex Logo

#eb60fd Color Hex

#EB60FD
(235,96,253)
0 Favorites   0 Comments

Color spaces of #eb60fd

RGB 23596253
HSL0.810.980.68
HSV293°62°99°
CMYK 0.070.620.00   0.01
XYZ56.173433.119896.3606
Yxy33.11980.30260.1784
Hunter Lab57.549873.5187-58.9895
CIE-Lab64.257873.6599-53.6430

#eb60fd color RGB value is (235,96,253).

#eb60fd hex color red value is 235, green value is 96 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eb60fd hue: 0.81 , saturation: 0.98 and the lightness value of eb60fd is 0.68.

The process color (four color CMYK) of #eb60fd color hex is 0.07, 0.62, 0.00, 0.01. Web safe color of #eb60fd is #ff66ff. Color #eb60fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 11111101
Octal 353 140 375
Decimal 235 96 253
Hex EB 60 FD

RGB Percentages of Color #eb60fd

%40.24
%16.44
%43.32

CMYK Percentages of Color #eb60fd

%7
%62
%0
%1

Triadic Colors of #eb60fd

#eb60fd #fdeb60 #60fdeb

Analogous Colors of #eb60fd

#eb60fd #fd60c1 #9d60fd

Monochromatic Colors of #eb60fd

#eb60fd

Complementary Color

#eb60fd #72fd60

#eb60fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb60fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb60fd Color CSS Codes

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

#eb60fd Text Font Color

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

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


#eb60fd Background Color

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

This div background color is #eb60fd


#eb60fd Border Color

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

This div border color is #eb60fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb60fd


Comments

No comments written yet.

Please login to write comment.