Color Hex Logo

#eb61ab Color Hex

#EB61AB
(235,97,171)
0 Favorites   0 Comments

Color spaces of #eb61ab

RGB 23597171
HSL0.910.780.65
HSV328°59°92°
CMYK 0.000.590.27   0.08
XYZ45.886329.151841.7365
Yxy29.15180.39290.2496
Hunter Lab53.992457.2143-8.0369
CIE-Lab60.915460.7079-12.6705

#eb61ab color RGB value is (235,97,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100001 10101011
Octal 353 141 253
Decimal 235 97 171
Hex EB 61 AB

RGB Percentages of Color #eb61ab

%46.72
%19.28
%34.00

CMYK Percentages of Color #eb61ab

%0
%59
%27
%8

Triadic Colors of #eb61ab

#eb61ab #abeb61 #61abeb

Analogous Colors of #eb61ab

#eb61ab #eb6166 #e661eb

Monochromatic Colors of #eb61ab

#eb61ab

Complementary Color

#eb61ab #61eba1

#eb61ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb61ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb61ab Color CSS Codes

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

#eb61ab Text Font Color

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

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


#eb61ab Background Color

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

This div background color is #eb61ab


#eb61ab Border Color

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

This div border color is #eb61ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb61ab


Comments

No comments written yet.

Please login to write comment.