Color Hex Logo

#eb53ab Color Hex

#EB53AB
(235,83,171)
0 Favorites   0 Comments

Color spaces of #eb53ab

RGB 23583171
HSL0.900.790.62
HSV325°65°92°
CMYK 0.000.650.27   0.08
XYZ44.704926.789041.3427
Yxy26.78900.39620.2374
Hunter Lab51.758163.5987-11.1283
CIE-Lab58.778566.5230-15.8963

#eb53ab color RGB value is (235,83,171).

#eb53ab hex color red value is 235, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb53ab hue: 0.90 , saturation: 0.79 and the lightness value of eb53ab is 0.62.

The process color (four color CMYK) of #eb53ab color hex is 0.00, 0.65, 0.27, 0.08. Web safe color of #eb53ab is #ff6699. Color #eb53ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 10101011
Octal 353 123 253
Decimal 235 83 171
Hex EB 53 AB

RGB Percentages of Color #eb53ab

%48.06
%16.97
%34.97

CMYK Percentages of Color #eb53ab

%0
%65
%27
%8

Triadic Colors of #eb53ab

#eb53ab #abeb53 #53abeb

Analogous Colors of #eb53ab

#eb53ab #eb535f #df53eb

Monochromatic Colors of #eb53ab

#eb53ab

Complementary Color

#eb53ab #53eb93

#eb53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb53ab Color CSS Codes

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

#eb53ab Text Font Color

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

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


#eb53ab Background Color

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

This div background color is #eb53ab


#eb53ab Border Color

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

This div border color is #eb53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb53ab


Comments

No comments written yet.

Please login to write comment.