Color Hex Logo

#eb4cfa Color Hex

#EB4CFA
(235,76,250)
0 Favorites   0 Comments

Color spaces of #eb4cfa

RGB 23576250
HSL0.820.950.64
HSV295°70°98°
CMYK 0.060.700.00   0.02
XYZ54.100729.733293.3301
Yxy29.73320.30540.1678
Hunter Lab54.528281.6764-63.3107
CIE-Lab61.423380.6518-56.4956

#eb4cfa color RGB value is (235,76,250).

#eb4cfa hex color red value is 235, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eb4cfa hue: 0.82 , saturation: 0.95 and the lightness value of eb4cfa is 0.64.

The process color (four color CMYK) of #eb4cfa color hex is 0.06, 0.70, 0.00, 0.02. Web safe color of #eb4cfa is #ff33ff. Color #eb4cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001100 11111010
Octal 353 114 372
Decimal 235 76 250
Hex EB 4C FA

RGB Percentages of Color #eb4cfa

%41.89
%13.55
%44.56

CMYK Percentages of Color #eb4cfa

%6
%70
%0
%2

Triadic Colors of #eb4cfa

#eb4cfa #faeb4c #4cfaeb

Analogous Colors of #eb4cfa

#eb4cfa #fa4cb2 #944cfa

Monochromatic Colors of #eb4cfa

#eb4cfa

Complementary Color

#eb4cfa #5bfa4c

#eb4cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4cfa Color CSS Codes

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

#eb4cfa Text Font Color

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

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


#eb4cfa Background Color

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

This div background color is #eb4cfa


#eb4cfa Border Color

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

This div border color is #eb4cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.