color codes Logo

#eb1aef color codes

#EB1AEF
(235,26,239)
0 Favorites   0 Comments

Color spaces of #eb1aef

RGB 23526239
HSL0.830.870.52
HSV299°89°94°
CMYK 0.020.890.00   0.06
XYZ50.210324.633083.7696
Yxy24.63300.31660.1553
Hunter Lab49.631693.7258-65.3291
CIE-Lab56.716190.7610-57.8893

#eb1aef color RGB value is (235,26,239).

#eb1aef hex color red value is 235, green value is 26 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eb1aef hue: 0.83 , saturation: 0.87 and the lightness value of eb1aef is 0.52.

The process color (four color CMYK) of #eb1aef color code is 0.02, 0.89, 0.00, 0.06. Web safe color of #eb1aef is #ff33ff. Color #eb1aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011010 11101111
Octal 353 32 357
Decimal 235 26 239
Hex EB 1A EF

RGB Percentages of Color #eb1aef

%47.00
%5.20
%47.80

CMYK Percentages of Color #eb1aef

%2
%89
%0
%6

Triadic Colors of #eb1aef

#eb1aef #efeb1a #1aefeb

Analogous Colors of #eb1aef

#eb1aef #ef1a89 #811aef

Monochromatic Colors of #eb1aef

#eb1aef

Complementary Color

#eb1aef #1eef1a

#eb1aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1aef Color CSS Codes

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

#eb1aef Text Font Color

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

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


#eb1aef Background Color

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

This div background color is #eb1aef


#eb1aef Border Color

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

This div border color is #eb1aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1aef


Comments

No comments written yet.

Please login to write comment.