Color Hex Logo

#eb02ae Color Hex

#EB02AE
(235,2,174)
0 Favorites   0 Comments

Color spaces of #eb02ae

RGB 2352174
HSL0.880.980.46
HSV316°99°92°
CMYK 0.000.990.26   0.08
XYZ41.922620.761641.8422
Yxy20.76160.40110.1986
Hunter Lab45.564984.4928-22.5505
CIE-Lab52.687684.5367-26.9788

#eb02ae color RGB value is (235,2,174).

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

The process color (four color CMYK) of #eb02ae color hex is 0.00, 0.99, 0.26, 0.08. Web safe color of #eb02ae is #ff0099. Color #eb02ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000010 10101110
Octal 353 2 256
Decimal 235 2 174
Hex EB 2 AE

RGB Percentages of Color #eb02ae

%57.18
%0.49
%42.34

CMYK Percentages of Color #eb02ae

%0
%99
%26
%8

Triadic Colors of #eb02ae

#eb02ae #aeeb02 #02aeeb

Analogous Colors of #eb02ae

#eb02ae #eb0239 #b402eb

Monochromatic Colors of #eb02ae

#eb02ae

Complementary Color

#eb02ae #02eb3f

#eb02ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb02ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb02ae Color CSS Codes

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

#eb02ae Text Font Color

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

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


#eb02ae Background Color

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

This div background color is #eb02ae


#eb02ae Border Color

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

This div border color is #eb02ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb02ae


Comments

No comments written yet.

Please login to write comment.