Color Hex Logo

#eb64aa Color Hex

#EB64AA
(235,100,170)
0 Favorites   0 Comments

Color spaces of #eb64aa

RGB 235100170
HSL0.910.770.66
HSV329°57°92°
CMYK 0.000.570.28   0.08
XYZ46.073829.678841.3304
Yxy29.67880.39350.2535
Hunter Lab54.478355.6256-6.8461
CIE-Lab61.376159.2556-11.4034

#eb64aa color RGB value is (235,100,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100100 10101010
Octal 353 144 252
Decimal 235 100 170
Hex EB 64 AA

RGB Percentages of Color #eb64aa

%46.53
%19.80
%33.66

CMYK Percentages of Color #eb64aa

%0
%57
%28
%8

Triadic Colors of #eb64aa

#eb64aa #aaeb64 #64aaeb

Analogous Colors of #eb64aa

#eb64aa #eb6467 #e964eb

Monochromatic Colors of #eb64aa

#eb64aa

Complementary Color

#eb64aa #64eba5

#eb64aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb64aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb64aa Color CSS Codes

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

#eb64aa Text Font Color

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

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


#eb64aa Background Color

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

This div background color is #eb64aa


#eb64aa Border Color

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

This div border color is #eb64aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb64aa


Comments

No comments written yet.

Please login to write comment.