Color Hex Logo

#eb28ab Color Hex

#EB28AB
(235,40,171)
0 Favorites   0 Comments

Color spaces of #eb28ab

RGB 23540171
HSL0.890.830.54
HSV320°83°92°
CMYK 0.000.830.27   0.08
XYZ42.370422.120040.5645
Yxy22.12000.40330.2106
Hunter Lab47.031978.5024-18.2146
CIE-Lab54.154179.5659-22.9550

#eb28ab color RGB value is (235,40,171).

#eb28ab hex color red value is 235, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb28ab hue: 0.89 , saturation: 0.83 and the lightness value of eb28ab is 0.54.

The process color (four color CMYK) of #eb28ab color hex is 0.00, 0.83, 0.27, 0.08. Web safe color of #eb28ab is #ff3399. Color #eb28ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101000 10101011
Octal 353 50 253
Decimal 235 40 171
Hex EB 28 AB

RGB Percentages of Color #eb28ab

%52.69
%8.97
%38.34

CMYK Percentages of Color #eb28ab

%0
%83
%27
%8

Triadic Colors of #eb28ab

#eb28ab #abeb28 #28abeb

Analogous Colors of #eb28ab

#eb28ab #eb2849 #ca28eb

Monochromatic Colors of #eb28ab

#eb28ab

Complementary Color

#eb28ab #28eb68

#eb28ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb28ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb28ab Color CSS Codes

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

#eb28ab Text Font Color

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

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


#eb28ab Background Color

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

This div background color is #eb28ab


#eb28ab Border Color

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

This div border color is #eb28ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb28ab


Comments

No comments written yet.

Please login to write comment.