Color Hex Logo

#eb3bef Color Hex

#EB3BEF
(235,59,239)
0 Favorites   0 Comments

Color spaces of #eb3bef

RGB 23559239
HSL0.830.850.58
HSV299°75°94°
CMYK 0.020.750.00   0.06
XYZ51.404927.022184.1678
Yxy27.02210.31620.1662
Hunter Lab51.982885.5458-59.6113
CIE-Lab58.994884.1195-54.2505

#eb3bef color RGB value is (235,59,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 11101111
Octal 353 73 357
Decimal 235 59 239
Hex EB 3B EF

RGB Percentages of Color #eb3bef

%44.09
%11.07
%44.84

CMYK Percentages of Color #eb3bef

%2
%75
%0
%6

Triadic Colors of #eb3bef

#eb3bef #efeb3b #3befeb

Analogous Colors of #eb3bef

#eb3bef #ef3b99 #913bef

Monochromatic Colors of #eb3bef

#eb3bef

Complementary Color

#eb3bef #3fef3b

#eb3bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3bef Color CSS Codes

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

#eb3bef Text Font Color

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

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


#eb3bef Background Color

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

This div background color is #eb3bef


#eb3bef Border Color

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

This div border color is #eb3bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3bef


Comments

No comments written yet.

Please login to write comment.