Color Hex Logo

#eb40fc Color Hex

#EB40FC
(235,64,252)
0 Favorites   0 Comments

Color spaces of #eb40fc

RGB 23564252
HSL0.820.970.62
HSV295°75°99°
CMYK 0.070.750.00   0.01
XYZ53.665028.357294.7405
Yxy28.35720.30360.1604
Hunter Lab53.251586.6960-68.2077
CIE-Lab60.210184.7659-59.5396

#eb40fc color RGB value is (235,64,252).

#eb40fc hex color red value is 235, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eb40fc hue: 0.82 , saturation: 0.97 and the lightness value of eb40fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000000 11111100
Octal 353 100 374
Decimal 235 64 252
Hex EB 40 FC

RGB Percentages of Color #eb40fc

%42.65
%11.62
%45.74

CMYK Percentages of Color #eb40fc

%7
%75
%0
%1

Triadic Colors of #eb40fc

#eb40fc #fceb40 #40fceb

Analogous Colors of #eb40fc

#eb40fc #fc40af #8d40fc

Monochromatic Colors of #eb40fc

#eb40fc

Complementary Color

#eb40fc #51fc40

#eb40fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb40fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb40fc Color CSS Codes

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

#eb40fc Text Font Color

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

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


#eb40fc Background Color

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

This div background color is #eb40fc


#eb40fc Border Color

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

This div border color is #eb40fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb40fc


Comments

No comments written yet.

Please login to write comment.