Color Hex Logo

#eb7dfd Color Hex

#EB7DFD
(235,125,253)
0 Favorites   0 Comments

Color spaces of #eb7dfd

RGB 235125253
HSL0.810.970.74
HSV292°51°99°
CMYK 0.070.510.00   0.01
XYZ59.324239.421297.4108
Yxy39.42120.30240.2010
Hunter Lab62.786358.7813-48.0360
CIE-Lab69.055360.6840-46.0666

#eb7dfd color RGB value is (235,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111101 11111101
Octal 353 175 375
Decimal 235 125 253
Hex EB 7D FD

RGB Percentages of Color #eb7dfd

%38.34
%20.39
%41.27

CMYK Percentages of Color #eb7dfd

%7
%51
%0
%1

Triadic Colors of #eb7dfd

#eb7dfd #fdeb7d #7dfdeb

Analogous Colors of #eb7dfd

#eb7dfd #fd7dcf #ab7dfd

Monochromatic Colors of #eb7dfd

#eb7dfd

Complementary Color

#eb7dfd #8ffd7d

#eb7dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7dfd Color CSS Codes

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

#eb7dfd Text Font Color

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

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


#eb7dfd Background Color

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

This div background color is #eb7dfd


#eb7dfd Border Color

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

This div border color is #eb7dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7dfd


Comments

No comments written yet.

Please login to write comment.