Color Hex Logo

#eb4caa Color Hex

#EB4CAA
(235,76,170)
0 Favorites   0 Comments

Color spaces of #eb4caa

RGB 23576170
HSL0.900.800.61
HSV325°68°92°
CMYK 0.000.680.28   0.08
XYZ44.101125.733340.6729
Yxy25.73330.39910.2329
Hunter Lab50.728066.4075-12.0282
CIE-Lab57.783069.0553-16.8263

#eb4caa color RGB value is (235,76,170).

#eb4caa hex color red value is 235, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eb4caa hue: 0.90 , saturation: 0.80 and the lightness value of eb4caa is 0.61.

The process color (four color CMYK) of #eb4caa color hex is 0.00, 0.68, 0.28, 0.08. Web safe color of #eb4caa is #ff3399. Color #eb4caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001100 10101010
Octal 353 114 252
Decimal 235 76 170
Hex EB 4C AA

RGB Percentages of Color #eb4caa

%48.86
%15.80
%35.34

CMYK Percentages of Color #eb4caa

%0
%68
%28
%8

Triadic Colors of #eb4caa

#eb4caa #aaeb4c #4caaeb

Analogous Colors of #eb4caa

#eb4caa #eb4c5b #dd4ceb

Monochromatic Colors of #eb4caa

#eb4caa

Complementary Color

#eb4caa #4ceb8d

#eb4caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4caa Color CSS Codes

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

#eb4caa Text Font Color

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

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


#eb4caa Background Color

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

This div background color is #eb4caa


#eb4caa Border Color

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

This div border color is #eb4caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4caa


Comments

No comments written yet.

Please login to write comment.