Color Hex Logo

#eb5bfd Color Hex

#EB5BFD
(235,91,253)
0 Favorites   0 Comments

Color spaces of #eb5bfd

RGB 23591253
HSL0.810.980.67
HSV293°64°99°
CMYK 0.070.640.00   0.01
XYZ55.731732.236296.2133
Yxy32.23620.30260.1750
Hunter Lab56.776975.8543-60.7281
CIE-Lab63.537675.6614-54.7868

#eb5bfd color RGB value is (235,91,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011011 11111101
Octal 353 133 375
Decimal 235 91 253
Hex EB 5B FD

RGB Percentages of Color #eb5bfd

%40.59
%15.72
%43.70

CMYK Percentages of Color #eb5bfd

%7
%64
%0
%1

Triadic Colors of #eb5bfd

#eb5bfd #fdeb5b #5bfdeb

Analogous Colors of #eb5bfd

#eb5bfd #fd5bbe #9a5bfd

Monochromatic Colors of #eb5bfd

#eb5bfd

Complementary Color

#eb5bfd #6dfd5b

#eb5bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5bfd Color CSS Codes

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

#eb5bfd Text Font Color

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

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


#eb5bfd Background Color

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

This div background color is #eb5bfd


#eb5bfd Border Color

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

This div border color is #eb5bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.