Color Hex Logo

#eb90ff Color Hex

#EB90FF
(235,144,255)
0 Favorites   0 Comments

Color spaces of #eb90ff

RGB 235144255
HSL0.801.000.78
HSV289°44°100°
CMYK 0.080.440.00   0.00
XYZ62.284244.828799.9778
Yxy44.82870.30080.2165
Hunter Lab66.954248.8798-41.6654
CIE-Lab72.779051.6254-41.3246

#eb90ff color RGB value is (235,144,255).

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

The process color (four color CMYK) of #eb90ff color hex is 0.08, 0.44, 0.00, 0.00. Web safe color of #eb90ff is #ff99ff. Color #eb90ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 11111111
Octal 353 220 377
Decimal 235 144 255
Hex EB 90 FF

RGB Percentages of Color #eb90ff

%37.07
%22.71
%40.22

CMYK Percentages of Color #eb90ff

%8
%44
%0
%0

Triadic Colors of #eb90ff

#eb90ff #ffeb90 #90ffeb

Analogous Colors of #eb90ff

#eb90ff #ff90dc #b490ff

Monochromatic Colors of #eb90ff

#eb90ff

Complementary Color

#eb90ff #a4ff90

#eb90ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb90ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb90ff Color CSS Codes

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

#eb90ff Text Font Color

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

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


#eb90ff Background Color

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

This div background color is #eb90ff


#eb90ff Border Color

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

This div border color is #eb90ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb90ff


Comments

No comments written yet.

Please login to write comment.