Color Hex Logo

#eb60ef Color Hex

#EB60EF
(235,96,239)
0 Favorites   0 Comments

Color spaces of #eb60ef

RGB 23596239
HSL0.830.820.66
HSV298°60°94°
CMYK 0.020.600.00   0.06
XYZ54.023832.259985.0408
Yxy32.25990.31530.1883
Hunter Lab56.797870.3859-49.0138
CIE-Lab63.557171.2580-47.0168

#eb60ef color RGB value is (235,96,239).

#eb60ef hex color red value is 235, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eb60ef hue: 0.83 , saturation: 0.82 and the lightness value of eb60ef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 11101111
Octal 353 140 357
Decimal 235 96 239
Hex EB 60 EF

RGB Percentages of Color #eb60ef

%41.23
%16.84
%41.93

CMYK Percentages of Color #eb60ef

%2
%60
%0
%6

Triadic Colors of #eb60ef

#eb60ef #efeb60 #60efeb

Analogous Colors of #eb60ef

#eb60ef #ef60ac #a460ef

Monochromatic Colors of #eb60ef

#eb60ef

Complementary Color

#eb60ef #64ef60

#eb60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb60ef Color CSS Codes

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

#eb60ef Text Font Color

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

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


#eb60ef Background Color

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

This div background color is #eb60ef


#eb60ef Border Color

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

This div border color is #eb60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb60ef


Comments

No comments written yet.

Please login to write comment.