Color Hex Logo

#eb24fd Color Hex

#EB24FD
(235,36,253)
0 Favorites   0 Comments

Color spaces of #eb24fd

RGB 23536253
HSL0.820.980.57
HSV295°86°99°
CMYK 0.070.860.00   0.01
XYZ52.621426.015895.1766
Yxy26.01580.30270.1497
Hunter Lab51.005794.8944-74.9311
CIE-Lab58.052091.3714-63.5529

#eb24fd color RGB value is (235,36,253).

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

The process color (four color CMYK) of #eb24fd color hex is 0.07, 0.86, 0.00, 0.01. Web safe color of #eb24fd is #ff33ff. Color #eb24fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100100 11111101
Octal 353 44 375
Decimal 235 36 253
Hex EB 24 FD

RGB Percentages of Color #eb24fd

%44.85
%6.87
%48.28

CMYK Percentages of Color #eb24fd

%7
%86
%0
%1

Triadic Colors of #eb24fd

#eb24fd #fdeb24 #24fdeb

Analogous Colors of #eb24fd

#eb24fd #fd24a3 #7f24fd

Monochromatic Colors of #eb24fd

#eb24fd

Complementary Color

#eb24fd #36fd24

#eb24fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb24fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb24fd Color CSS Codes

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

#eb24fd Text Font Color

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

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


#eb24fd Background Color

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

This div background color is #eb24fd


#eb24fd Border Color

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

This div border color is #eb24fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb24fd


Comments

No comments written yet.

Please login to write comment.