Color Hex Logo

#eb42ae Color Hex

#EB42AE
(235,66,174)
0 Favorites   0 Comments

Color spaces of #eb42ae

RGB 23566174
HSL0.890.810.59
HSV322°72°92°
CMYK 0.000.720.26   0.08
XYZ43.849124.614642.4844
Yxy24.61460.39520.2219
Hunter Lab49.613170.9391-16.0417
CIE-Lab56.698072.9936-20.8045

#eb42ae color RGB value is (235,66,174).

#eb42ae hex color red value is 235, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eb42ae hue: 0.89 , saturation: 0.81 and the lightness value of eb42ae is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000010 10101110
Octal 353 102 256
Decimal 235 66 174
Hex EB 42 AE

RGB Percentages of Color #eb42ae

%49.47
%13.89
%36.63

CMYK Percentages of Color #eb42ae

%0
%72
%26
%8

Triadic Colors of #eb42ae

#eb42ae #aeeb42 #42aeeb

Analogous Colors of #eb42ae

#eb42ae #eb425a #d442eb

Monochromatic Colors of #eb42ae

#eb42ae

Complementary Color

#eb42ae #42eb7f

#eb42ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb42ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb42ae Color CSS Codes

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

#eb42ae Text Font Color

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

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


#eb42ae Background Color

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

This div background color is #eb42ae


#eb42ae Border Color

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

This div border color is #eb42ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb42ae


Comments

No comments written yet.

Please login to write comment.