Color Hex Logo

#eb4bec Color Hex

#EB4BEC
(235,75,236)
0 Favorites   0 Comments

Color spaces of #eb4bec

RGB 23575236
HSL0.830.810.61
HSV300°68°93°
CMYK 0.000.680.00   0.07
XYZ51.917328.750582.1699
Yxy28.75050.31880.1766
Hunter Lab53.619578.9993-53.3261
CIE-Lab60.560878.7184-50.0864

#eb4bec color RGB value is (235,75,236).

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

The process color (four color CMYK) of #eb4bec color hex is 0.00, 0.68, 0.00, 0.07. Web safe color of #eb4bec is #ff33ff. Color #eb4bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001011 11101100
Octal 353 113 354
Decimal 235 75 236
Hex EB 4B EC

RGB Percentages of Color #eb4bec

%43.04
%13.74
%43.22

CMYK Percentages of Color #eb4bec

%0
%68
%0
%7

Triadic Colors of #eb4bec

#eb4bec #eceb4b #4beceb

Analogous Colors of #eb4bec

#eb4bec #ec4b9d #9b4bec

Monochromatic Colors of #eb4bec

#eb4bec

Complementary Color

#eb4bec #4cec4b

#eb4bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4bec Color CSS Codes

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

#eb4bec Text Font Color

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

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


#eb4bec Background Color

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

This div background color is #eb4bec


#eb4bec Border Color

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

This div border color is #eb4bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4bec


Comments

No comments written yet.

Please login to write comment.