Color Hex Logo

#eb7dff Color Hex

#EB7DFF
(235,125,255)
0 Favorites   0 Comments

Color spaces of #eb7dff

RGB 235125255
HSL0.811.000.75
HSV291°51°100°
CMYK 0.080.510.00   0.00
XYZ59.644639.549499.0979
Yxy39.54940.30080.1995
Hunter Lab62.888359.2386-49.4059
CIE-Lab69.147461.0549-47.0140

#eb7dff color RGB value is (235,125,255).

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

The process color (four color CMYK) of #eb7dff color hex is 0.08, 0.51, 0.00, 0.00. Web safe color of #eb7dff is #ff66ff. Color #eb7dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111101 11111111
Octal 353 175 377
Decimal 235 125 255
Hex EB 7D FF

RGB Percentages of Color #eb7dff

%38.21
%20.33
%41.46

CMYK Percentages of Color #eb7dff

%8
%51
%0
%0

Triadic Colors of #eb7dff

#eb7dff #ffeb7d #7dffeb

Analogous Colors of #eb7dff

#eb7dff #ff7dd2 #aa7dff

Monochromatic Colors of #eb7dff

#eb7dff

Complementary Color

#eb7dff #91ff7d

#eb7dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7dff Color CSS Codes

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

#eb7dff Text Font Color

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

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


#eb7dff Background Color

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

This div background color is #eb7dff


#eb7dff Border Color

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

This div border color is #eb7dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7dff


Comments

No comments written yet.

Please login to write comment.