Color Hex Logo

#eb2bff Color Hex

#EB2BFF
(235,43,255)
0 Favorites   0 Comments

Color spaces of #eb2bff

RGB 23543255
HSL0.821.000.58
HSV294°83°100°
CMYK 0.080.830.00   0.00
XYZ53.174826.609996.9413
Yxy26.60990.30090.1506
Hunter Lab51.584893.7286-75.3121
CIE-Lab58.611590.3942-63.7630

#eb2bff color RGB value is (235,43,255).

#eb2bff hex color red value is 235, green value is 43 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eb2bff hue: 0.82 , saturation: 1.00 and the lightness value of eb2bff is 0.58.

The process color (four color CMYK) of #eb2bff color hex is 0.08, 0.83, 0.00, 0.00. Web safe color of #eb2bff is #ff33ff. Color #eb2bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101011 11111111
Octal 353 53 377
Decimal 235 43 255
Hex EB 2B FF

RGB Percentages of Color #eb2bff

%44.09
%8.07
%47.84

CMYK Percentages of Color #eb2bff

%8
%83
%0
%0

Triadic Colors of #eb2bff

#eb2bff #ffeb2b #2bffeb

Analogous Colors of #eb2bff

#eb2bff #ff2ba9 #812bff

Monochromatic Colors of #eb2bff

#eb2bff

Complementary Color

#eb2bff #3fff2b

#eb2bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2bff Color CSS Codes

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

#eb2bff Text Font Color

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

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


#eb2bff Background Color

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

This div background color is #eb2bff


#eb2bff Border Color

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

This div border color is #eb2bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2bff

Related Colors


Comments

No comments written yet.

Please login to write comment.