Color Hex Logo

#eb64ab Color Hex

#EB64AB
(235,100,171)
0 Favorites   0 Comments

Color spaces of #eb64ab

RGB 235100171
HSL0.910.770.66
HSV328°57°92°
CMYK 0.000.570.27   0.08
XYZ46.168829.716841.8306
Yxy29.71680.39220.2524
Hunter Lab54.513155.7791-7.3370
CIE-Lab61.409159.3831-11.9283

#eb64ab color RGB value is (235,100,171).

#eb64ab hex color red value is 235, green value is 100 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb64ab hue: 0.91 , saturation: 0.77 and the lightness value of eb64ab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100100 10101011
Octal 353 144 253
Decimal 235 100 171
Hex EB 64 AB

RGB Percentages of Color #eb64ab

%46.44
%19.76
%33.79

CMYK Percentages of Color #eb64ab

%0
%57
%27
%8

Triadic Colors of #eb64ab

#eb64ab #abeb64 #64abeb

Analogous Colors of #eb64ab

#eb64ab #eb6468 #e864eb

Monochromatic Colors of #eb64ab

#eb64ab

Complementary Color

#eb64ab #64eba4

#eb64ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb64ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb64ab Color CSS Codes

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

#eb64ab Text Font Color

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

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


#eb64ab Background Color

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

This div background color is #eb64ab


#eb64ab Border Color

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

This div border color is #eb64ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb64ab


Comments

No comments written yet.

Please login to write comment.