Color Hex Logo

#eb43fc Color Hex

#EB43FC
(235,67,252)
0 Favorites   0 Comments

Color spaces of #eb43fc

RGB 23567252
HSL0.820.970.63
HSV294°73°99°
CMYK 0.070.730.00   0.01
XYZ53.838828.704894.7984
Yxy28.70480.30360.1619
Hunter Lab53.576985.6132-67.4034
CIE-Lab60.520283.8748-59.0438

#eb43fc color RGB value is (235,67,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 11111100
Octal 353 103 374
Decimal 235 67 252
Hex EB 43 FC

RGB Percentages of Color #eb43fc

%42.42
%12.09
%45.49

CMYK Percentages of Color #eb43fc

%7
%73
%0
%1

Triadic Colors of #eb43fc

#eb43fc #fceb43 #43fceb

Analogous Colors of #eb43fc

#eb43fc #fc43b1 #8f43fc

Monochromatic Colors of #eb43fc

#eb43fc

Complementary Color

#eb43fc #54fc43

#eb43fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb43fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb43fc Color CSS Codes

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

#eb43fc Text Font Color

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

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


#eb43fc Background Color

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

This div background color is #eb43fc


#eb43fc Border Color

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

This div border color is #eb43fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb43fc


Comments

No comments written yet.

Please login to write comment.