Color Hex Logo

#eb45ad Color Hex

#EB45AD
(235,69,173)
0 Favorites   0 Comments

Color spaces of #eb45ad

RGB 23569173
HSL0.900.810.60
HSV322°71°92°
CMYK 0.000.710.26   0.08
XYZ43.931924.935542.0327
Yxy24.93550.39610.2248
Hunter Lab49.935569.6525-14.9520
CIE-Lab57.012571.8808-19.7424

#eb45ad color RGB value is (235,69,173).

#eb45ad hex color red value is 235, green value is 69 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb45ad hue: 0.90 , saturation: 0.81 and the lightness value of eb45ad is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 10101101
Octal 353 105 255
Decimal 235 69 173
Hex EB 45 AD

RGB Percentages of Color #eb45ad

%49.27
%14.47
%36.27

CMYK Percentages of Color #eb45ad

%0
%71
%26
%8

Triadic Colors of #eb45ad

#eb45ad #adeb45 #45adeb

Analogous Colors of #eb45ad

#eb45ad #eb455a #d645eb

Monochromatic Colors of #eb45ad

#eb45ad

Complementary Color

#eb45ad #45eb83

#eb45ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb45ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb45ad Color CSS Codes

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

#eb45ad Text Font Color

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

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


#eb45ad Background Color

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

This div background color is #eb45ad


#eb45ad Border Color

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

This div border color is #eb45ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb45ad


Comments

No comments written yet.

Please login to write comment.