Color Hex Logo

#eb43bb Color Hex

#EB43BB
(235,67,187)
0 Favorites   0 Comments

Color spaces of #eb43bb

RGB 23567187
HSL0.880.810.59
HSV317°71°92°
CMYK 0.000.710.20   0.08
XYZ45.237725.264349.5059
Yxy25.26430.37700.2105
Hunter Lab50.263672.6903-23.2117
CIE-Lab57.332074.2965-27.3558

#eb43bb color RGB value is (235,67,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 10111011
Octal 353 103 273
Decimal 235 67 187
Hex EB 43 BB

RGB Percentages of Color #eb43bb

%48.06
%13.70
%38.24

CMYK Percentages of Color #eb43bb

%0
%71
%20
%8

Triadic Colors of #eb43bb

#eb43bb #bbeb43 #43bbeb

Analogous Colors of #eb43bb

#eb43bb #eb4367 #c743eb

Monochromatic Colors of #eb43bb

#eb43bb

Complementary Color

#eb43bb #43eb73

#eb43bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb43bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb43bb Color CSS Codes

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

#eb43bb Text Font Color

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

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


#eb43bb Background Color

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

This div background color is #eb43bb


#eb43bb Border Color

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

This div border color is #eb43bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb43bb


Comments

No comments written yet.

Please login to write comment.