Color Hex Logo

#eb87fb Color Hex

#EB87FB
(235,135,251)
0 Favorites   0 Comments

Color spaces of #eb87fb

RGB 235135251
HSL0.810.940.76
HSV292°46°98°
CMYK 0.060.460.00   0.02
XYZ60.337541.955196.1848
Yxy41.95510.30400.2114
Hunter Lab64.772852.9250-42.7022
CIE-Lab70.840055.4106-42.1776

#eb87fb color RGB value is (235,135,251).

#eb87fb hex color red value is 235, green value is 135 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eb87fb hue: 0.81 , saturation: 0.94 and the lightness value of eb87fb is 0.76.

The process color (four color CMYK) of #eb87fb color hex is 0.06, 0.46, 0.00, 0.02. Web safe color of #eb87fb is #ff99ff. Color #eb87fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 11111011
Octal 353 207 373
Decimal 235 135 251
Hex EB 87 FB

RGB Percentages of Color #eb87fb

%37.84
%21.74
%40.42

CMYK Percentages of Color #eb87fb

%6
%46
%0
%2

Triadic Colors of #eb87fb

#eb87fb #fbeb87 #87fbeb

Analogous Colors of #eb87fb

#eb87fb #fb87d1 #b187fb

Monochromatic Colors of #eb87fb

#eb87fb

Complementary Color

#eb87fb #97fb87

#eb87fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb87fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb87fb Color CSS Codes

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

#eb87fb Text Font Color

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

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


#eb87fb Background Color

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

This div background color is #eb87fb


#eb87fb Border Color

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

This div border color is #eb87fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb87fb

Related Colors


Comments

No comments written yet.

Please login to write comment.