Color Hex Logo

#eb51aa Color Hex

#EB51AA
(235,81,170)
0 Favorites   0 Comments

Color spaces of #eb51aa

RGB 23581170
HSL0.900.790.62
HSV325°66°92°
CMYK 0.000.660.28   0.08
XYZ44.459126.449340.7922
Yxy26.44930.39800.2368
Hunter Lab51.428964.3086-11.0272
CIE-Lab58.461167.1772-15.7979

#eb51aa color RGB value is (235,81,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010001 10101010
Octal 353 121 252
Decimal 235 81 170
Hex EB 51 AA

RGB Percentages of Color #eb51aa

%48.35
%16.67
%34.98

CMYK Percentages of Color #eb51aa

%0
%66
%28
%8

Triadic Colors of #eb51aa

#eb51aa #aaeb51 #51aaeb

Analogous Colors of #eb51aa

#eb51aa #eb515d #df51eb

Monochromatic Colors of #eb51aa

#eb51aa

Complementary Color

#eb51aa #51eb92

#eb51aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb51aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb51aa Color CSS Codes

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

#eb51aa Text Font Color

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

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


#eb51aa Background Color

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

This div background color is #eb51aa


#eb51aa Border Color

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

This div border color is #eb51aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb51aa


Comments

No comments written yet.

Please login to write comment.