Color Hex Logo

#eb7ffa Color Hex

#EB7FFA
(235,127,250)
0 Favorites   0 Comments

Color spaces of #eb7ffa

RGB 235127250
HSL0.810.920.74
HSV293°49°98°
CMYK 0.060.490.00   0.02
XYZ59.105639.743094.9984
Yxy39.74300.30490.2050
Hunter Lab63.042057.0306-45.2150
CIE-Lab69.286159.1636-44.0644

#eb7ffa color RGB value is (235,127,250).

#eb7ffa hex color red value is 235, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eb7ffa hue: 0.81 , saturation: 0.92 and the lightness value of eb7ffa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111111 11111010
Octal 353 177 372
Decimal 235 127 250
Hex EB 7F FA

RGB Percentages of Color #eb7ffa

%38.40
%20.75
%40.85

CMYK Percentages of Color #eb7ffa

%6
%49
%0
%2

Triadic Colors of #eb7ffa

#eb7ffa #faeb7f #7ffaeb

Analogous Colors of #eb7ffa

#eb7ffa #fa7fcc #ae7ffa

Monochromatic Colors of #eb7ffa

#eb7ffa

Complementary Color

#eb7ffa #8efa7f

#eb7ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7ffa Color CSS Codes

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

#eb7ffa Text Font Color

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

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


#eb7ffa Background Color

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

This div background color is #eb7ffa


#eb7ffa Border Color

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

This div border color is #eb7ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7ffa


Comments

No comments written yet.

Please login to write comment.