Color Hex Logo

#eb1caa Color Hex

#EB1CAA
(235,28,170)
0 Favorites   0 Comments

Color spaces of #eb1caa

RGB 23528170
HSL0.890.840.52
HSV319°88°92°
CMYK 0.000.880.28   0.08
XYZ41.931921.395039.9498
Yxy21.39500.40600.2072
Hunter Lab46.254780.8721-18.8299
CIE-Lab53.379181.5842-23.5606

#eb1caa color RGB value is (235,28,170).

#eb1caa hex color red value is 235, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eb1caa hue: 0.89 , saturation: 0.84 and the lightness value of eb1caa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011100 10101010
Octal 353 34 252
Decimal 235 28 170
Hex EB 1C AA

RGB Percentages of Color #eb1caa

%54.27
%6.47
%39.26

CMYK Percentages of Color #eb1caa

%0
%88
%28
%8

Triadic Colors of #eb1caa

#eb1caa #aaeb1c #1caaeb

Analogous Colors of #eb1caa

#eb1caa #eb1c43 #c51ceb

Monochromatic Colors of #eb1caa

#eb1caa

Complementary Color

#eb1caa #1ceb5d

#eb1caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1caa Color CSS Codes

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

#eb1caa Text Font Color

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

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


#eb1caa Background Color

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

This div background color is #eb1caa


#eb1caa Border Color

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

This div border color is #eb1caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1caa


Comments

No comments written yet.

Please login to write comment.