Color Hex Logo

#eb70fd Color Hex

#EB70FD
(235,112,253)
0 Favorites   0 Comments

Color spaces of #eb70fd

RGB 235112253
HSL0.810.970.72
HSV292°56°99°
CMYK 0.070.560.00   0.01
XYZ57.784736.342496.8977
Yxy36.34240.30250.1902
Hunter Lab60.284765.5996-53.0997
CIE-Lab66.780766.7594-49.6493

#eb70fd color RGB value is (235,112,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110000 11111101
Octal 353 160 375
Decimal 235 112 253
Hex EB 70 FD

RGB Percentages of Color #eb70fd

%39.17
%18.67
%42.17

CMYK Percentages of Color #eb70fd

%7
%56
%0
%1

Triadic Colors of #eb70fd

#eb70fd #fdeb70 #70fdeb

Analogous Colors of #eb70fd

#eb70fd #fd70c9 #a570fd

Monochromatic Colors of #eb70fd

#eb70fd

Complementary Color

#eb70fd #82fd70

#eb70fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb70fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb70fd Color CSS Codes

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

#eb70fd Text Font Color

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

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


#eb70fd Background Color

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

This div background color is #eb70fd


#eb70fd Border Color

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

This div border color is #eb70fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb70fd


Comments

No comments written yet.

Please login to write comment.