Color Hex Logo

#eb3fea Color Hex

#EB3FEA
(235,63,234)
0 Favorites   0 Comments

Color spaces of #eb3fea

RGB 23563234
HSL0.830.810.58
HSV300°73°92°
CMYK 0.000.730.00   0.08
XYZ50.889727.157780.4017
Yxy27.15770.32120.1714
Hunter Lab52.113183.1119-54.9954
CIE-Lab59.120082.2141-51.2550

#eb3fea color RGB value is (235,63,234).

#eb3fea hex color red value is 235, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eb3fea hue: 0.83 , saturation: 0.81 and the lightness value of eb3fea is 0.58.

The process color (four color CMYK) of #eb3fea color hex is 0.00, 0.73, 0.00, 0.08. Web safe color of #eb3fea is #ff33ff. Color #eb3fea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111111 11101010
Octal 353 77 352
Decimal 235 63 234
Hex EB 3F EA

RGB Percentages of Color #eb3fea

%44.17
%11.84
%43.98

CMYK Percentages of Color #eb3fea

%0
%73
%0
%8

Triadic Colors of #eb3fea

#eb3fea #eaeb3f #3feaeb

Analogous Colors of #eb3fea

#eb3fea #eb3f94 #963feb

Monochromatic Colors of #eb3fea

#eb3fea

Complementary Color

#eb3fea #3feb40

#eb3fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3fea Color CSS Codes

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

#eb3fea Text Font Color

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

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


#eb3fea Background Color

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

This div background color is #eb3fea


#eb3fea Border Color

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

This div border color is #eb3fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3fea


Comments

No comments written yet.

Please login to write comment.