Color Hex Logo

#eb4beb Color Hex

#EB4BEB
(235,75,235)
0 Favorites   0 Comments

Color spaces of #eb4beb

RGB 23575235
HSL0.830.800.61
HSV300°68°92°
CMYK 0.000.680.00   0.08
XYZ51.772428.692581.4068
Yxy28.69250.31980.1773
Hunter Lab53.565478.7857-52.6111
CIE-Lab60.509378.5599-49.6098

#eb4beb color RGB value is (235,75,235).

#eb4beb hex color red value is 235, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eb4beb hue: 0.83 , saturation: 0.80 and the lightness value of eb4beb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001011 11101011
Octal 353 113 353
Decimal 235 75 235
Hex EB 4B EB

RGB Percentages of Color #eb4beb

%43.12
%13.76
%43.12

CMYK Percentages of Color #eb4beb

%0
%68
%0
%8

Triadic Colors of #eb4beb

#eb4beb #ebeb4b #4bebeb

Analogous Colors of #eb4beb

#eb4beb #eb4b9b #9b4beb

Monochromatic Colors of #eb4beb

#eb4beb

Complementary Color

#eb4beb #4beb4b

#eb4beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4beb Color CSS Codes

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

#eb4beb Text Font Color

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

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


#eb4beb Background Color

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

This div background color is #eb4beb


#eb4beb Border Color

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

This div border color is #eb4beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4beb


Comments

No comments written yet.

Please login to write comment.