Color Hex Logo

#eb459c Color Hex

#EB459C
(235,69,156)
0 Favorites   0 Comments

Color spaces of #eb459c

RGB 23569156
HSL0.910.810.60
HSV329°71°92°
CMYK 0.000.710.34   0.08
XYZ42.389824.318733.9123
Yxy24.31870.42130.2417
Hunter Lab49.314067.1373-6.2528
CIE-Lab56.405569.9200-10.7326

#eb459c color RGB value is (235,69,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 10011100
Octal 353 105 234
Decimal 235 69 156
Hex EB 45 9C

RGB Percentages of Color #eb459c

%51.09
%15.00
%33.91

CMYK Percentages of Color #eb459c

%0
%71
%34
%8

Triadic Colors of #eb459c

#eb459c #9ceb45 #459ceb

Analogous Colors of #eb459c

#eb459c #eb4549 #e745eb

Monochromatic Colors of #eb459c

#eb459c

Complementary Color

#eb459c #45eb94

#eb459c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb459c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb459c Color CSS Codes

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

#eb459c Text Font Color

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

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


#eb459c Background Color

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

This div background color is #eb459c


#eb459c Border Color

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

This div border color is #eb459c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb459c


Comments

No comments written yet.

Please login to write comment.