Color Hex Logo

#eb5efd Color Hex

#EB5EFD
(235,94,253)
0 Favorites   0 Comments

Color spaces of #eb5efd

RGB 23594253
HSL0.810.980.68
HSV293°63°99°
CMYK 0.070.630.00   0.01
XYZ55.993332.759496.3005
Yxy32.75940.30260.1770
Hunter Lab57.235874.4623-59.6916
CIE-Lab63.965674.4704-54.1068

#eb5efd color RGB value is (235,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011110 11111101
Octal 353 136 375
Decimal 235 94 253
Hex EB 5E FD

RGB Percentages of Color #eb5efd

%40.38
%16.15
%43.47

CMYK Percentages of Color #eb5efd

%7
%63
%0
%1

Triadic Colors of #eb5efd

#eb5efd #fdeb5e #5efdeb

Analogous Colors of #eb5efd

#eb5efd #fd5ec0 #9c5efd

Monochromatic Colors of #eb5efd

#eb5efd

Complementary Color

#eb5efd #70fd5e

#eb5efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5efd Color CSS Codes

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

#eb5efd Text Font Color

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

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


#eb5efd Background Color

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

This div background color is #eb5efd


#eb5efd Border Color

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

This div border color is #eb5efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5efd


Comments

No comments written yet.

Please login to write comment.