Color Hex Logo

#eb46bb Color Hex

#EB46BB
(235,70,187)
0 Favorites   0 Comments

Color spaces of #eb46bb

RGB 23570187
HSL0.880.800.60
HSV317°70°92°
CMYK 0.000.700.20   0.08
XYZ45.420725.630349.5669
Yxy25.63030.37660.2125
Hunter Lab50.626471.5495-22.6108
CIE-Lab57.684573.3031-26.8113

#eb46bb color RGB value is (235,70,187).

#eb46bb hex color red value is 235, green value is 70 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eb46bb hue: 0.88 , saturation: 0.80 and the lightness value of eb46bb is 0.60.

The process color (four color CMYK) of #eb46bb color hex is 0.00, 0.70, 0.20, 0.08. Web safe color of #eb46bb is #ff33cc. Color #eb46bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 10111011
Octal 353 106 273
Decimal 235 70 187
Hex EB 46 BB

RGB Percentages of Color #eb46bb

%47.76
%14.23
%38.01

CMYK Percentages of Color #eb46bb

%0
%70
%20
%8

Triadic Colors of #eb46bb

#eb46bb #bbeb46 #46bbeb

Analogous Colors of #eb46bb

#eb46bb #eb4669 #c946eb

Monochromatic Colors of #eb46bb

#eb46bb

Complementary Color

#eb46bb #46eb76

#eb46bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb46bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb46bb Color CSS Codes

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

#eb46bb Text Font Color

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

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


#eb46bb Background Color

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

This div background color is #eb46bb


#eb46bb Border Color

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

This div border color is #eb46bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb46bb


Comments

No comments written yet.

Please login to write comment.