color codes Logo

#eb0bef color codes

#EB0BEF
(235,11,239)
0 Favorites   0 Comments

Color spaces of #eb0bef

RGB 23511239
HSL0.830.910.49
HSV299°95°94°
CMYK 0.020.950.00   0.06
XYZ49.960624.133583.6864
Yxy24.13350.31660.1530
Hunter Lab49.125995.5628-66.6130
CIE-Lab56.221292.2229-58.6819

#eb0bef color RGB value is (235,11,239).

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

The process color (four color CMYK) of #eb0bef color code is 0.02, 0.95, 0.00, 0.06. Web safe color of #eb0bef is #ff00ff. Color #eb0bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001011 11101111
Octal 353 13 357
Decimal 235 11 239
Hex EB B EF

RGB Percentages of Color #eb0bef

%48.45
%2.27
%49.28

CMYK Percentages of Color #eb0bef

%2
%95
%0
%6

Triadic Colors of #eb0bef

#eb0bef #efeb0b #0befeb

Analogous Colors of #eb0bef

#eb0bef #ef0b81 #790bef

Monochromatic Colors of #eb0bef

#eb0bef

Complementary Color

#eb0bef #0fef0b

#eb0bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0bef Color CSS Codes

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

#eb0bef Text Font Color

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

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


#eb0bef Background Color

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

This div background color is #eb0bef


#eb0bef Border Color

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

This div border color is #eb0bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0bef


Comments

No comments written yet.

Please login to write comment.