Color Hex Logo

#eb7dfa Color Hex

#EB7DFA
(235,125,250)
0 Favorites   0 Comments

Color spaces of #eb7dfa

RGB 235125250
HSL0.810.930.74
HSV293°50°98°
CMYK 0.060.500.00   0.02
XYZ58.849939.231594.9132
Yxy39.23150.30490.2033
Hunter Lab62.635158.1016-45.9998
CIE-Lab68.918660.1312-44.6408

#eb7dfa color RGB value is (235,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111101 11111010
Octal 353 175 372
Decimal 235 125 250
Hex EB 7D FA

RGB Percentages of Color #eb7dfa

%38.52
%20.49
%40.98

CMYK Percentages of Color #eb7dfa

%6
%50
%0
%2

Triadic Colors of #eb7dfa

#eb7dfa #faeb7d #7dfaeb

Analogous Colors of #eb7dfa

#eb7dfa #fa7dcb #ad7dfa

Monochromatic Colors of #eb7dfa

#eb7dfa

Complementary Color

#eb7dfa #8cfa7d

#eb7dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7dfa Color CSS Codes

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

#eb7dfa Text Font Color

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

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


#eb7dfa Background Color

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

This div background color is #eb7dfa


#eb7dfa Border Color

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

This div border color is #eb7dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7dfa


Comments

No comments written yet.

Please login to write comment.