Color Hex Logo

#eb1cab Color Hex

#EB1CAB
(235,28,171)
0 Favorites   0 Comments

Color spaces of #eb1cab

RGB 23528171
HSL0.880.840.52
HSV319°88°92°
CMYK 0.000.880.27   0.08
XYZ42.026921.432940.4500
Yxy21.43290.40450.2063
Hunter Lab46.295781.0236-19.3966
CIE-Lab53.420181.6949-24.0851

#eb1cab color RGB value is (235,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011100 10101011
Octal 353 34 253
Decimal 235 28 171
Hex EB 1C AB

RGB Percentages of Color #eb1cab

%54.15
%6.45
%39.40

CMYK Percentages of Color #eb1cab

%0
%88
%27
%8

Triadic Colors of #eb1cab

#eb1cab #abeb1c #1cabeb

Analogous Colors of #eb1cab

#eb1cab #eb1c43 #c41ceb

Monochromatic Colors of #eb1cab

#eb1cab

Complementary Color

#eb1cab #1ceb5c

#eb1cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1cab Color CSS Codes

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

#eb1cab Text Font Color

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

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


#eb1cab Background Color

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

This div background color is #eb1cab


#eb1cab Border Color

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

This div border color is #eb1cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1cab


Comments

No comments written yet.

Please login to write comment.