Color Hex Logo

#eb1aae Color Hex

#EB1AAE
(235,26,174)
0 Favorites   0 Comments

Color spaces of #eb1aae

RGB 23526174
HSL0.880.840.51
HSV318°89°92°
CMYK 0.000.890.26   0.08
XYZ42.270321.456941.9581
Yxy21.45690.40000.2030
Hunter Lab46.321681.8256-21.2798
CIE-Lab53.446082.3172-25.8054

#eb1aae color RGB value is (235,26,174).

#eb1aae hex color red value is 235, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eb1aae hue: 0.88 , saturation: 0.84 and the lightness value of eb1aae is 0.51.

The process color (four color CMYK) of #eb1aae color hex is 0.00, 0.89, 0.26, 0.08. Web safe color of #eb1aae is #ff3399. Color #eb1aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011010 10101110
Octal 353 32 256
Decimal 235 26 174
Hex EB 1A AE

RGB Percentages of Color #eb1aae

%54.02
%5.98
%40.00

CMYK Percentages of Color #eb1aae

%0
%89
%26
%8

Triadic Colors of #eb1aae

#eb1aae #aeeb1a #1aaeeb

Analogous Colors of #eb1aae

#eb1aae #eb1a46 #c01aeb

Monochromatic Colors of #eb1aae

#eb1aae

Complementary Color

#eb1aae #1aeb57

#eb1aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1aae Color CSS Codes

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

#eb1aae Text Font Color

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

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


#eb1aae Background Color

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

This div background color is #eb1aae


#eb1aae Border Color

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

This div border color is #eb1aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1aae


Comments

No comments written yet.

Please login to write comment.