Color Hex Logo

#eb87fc Color Hex

#EB87FC
(235,135,252)
0 Favorites   0 Comments

Color spaces of #eb87fc

RGB 235135252
HSL0.810.950.76
HSV291°46°99°
CMYK 0.070.460.00   0.01
XYZ60.495642.018497.0174
Yxy42.01840.30320.2106
Hunter Lab64.821653.1496-43.3632
CIE-Lab70.883655.5974-42.6545

#eb87fc color RGB value is (235,135,252).

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

The process color (four color CMYK) of #eb87fc color hex is 0.07, 0.46, 0.00, 0.01. Web safe color of #eb87fc is #ff99ff. Color #eb87fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 11111100
Octal 353 207 374
Decimal 235 135 252
Hex EB 87 FC

RGB Percentages of Color #eb87fc

%37.78
%21.70
%40.51

CMYK Percentages of Color #eb87fc

%7
%46
%0
%1

Triadic Colors of #eb87fc

#eb87fc #fceb87 #87fceb

Analogous Colors of #eb87fc

#eb87fc #fc87d3 #b187fc

Monochromatic Colors of #eb87fc

#eb87fc

Complementary Color

#eb87fc #98fc87

#eb87fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb87fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb87fc Color CSS Codes

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

#eb87fc Text Font Color

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

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


#eb87fc Background Color

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

This div background color is #eb87fc


#eb87fc Border Color

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

This div border color is #eb87fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb87fc

Related Colors


Comments

No comments written yet.

Please login to write comment.