Color Hex Logo

#eb16be Color Hex

#EB16BE
(235,22,190)
0 Favorites   0 Comments

Color spaces of #eb16be

RGB 23522190
HSL0.870.840.50
HSV313°91°92°
CMYK 0.000.910.19   0.08
XYZ43.842121.953750.6419
Yxy21.95370.37650.1885
Hunter Lab46.854885.0269-31.2839
CIE-Lab53.977884.6977-34.3063

#eb16be color RGB value is (235,22,190).

#eb16be hex color red value is 235, green value is 22 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eb16be hue: 0.87 , saturation: 0.84 and the lightness value of eb16be is 0.50.

The process color (four color CMYK) of #eb16be color hex is 0.00, 0.91, 0.19, 0.08. Web safe color of #eb16be is #ff00cc. Color #eb16be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010110 10111110
Octal 353 26 276
Decimal 235 22 190
Hex EB 16 BE

RGB Percentages of Color #eb16be

%52.57
%4.92
%42.51

CMYK Percentages of Color #eb16be

%0
%91
%19
%8

Triadic Colors of #eb16be

#eb16be #beeb16 #16beeb

Analogous Colors of #eb16be

#eb16be #eb1653 #ae16eb

Monochromatic Colors of #eb16be

#eb16be

Complementary Color

#eb16be #16eb43

#eb16be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb16be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb16be Color CSS Codes

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

#eb16be Text Font Color

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

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


#eb16be Background Color

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

This div background color is #eb16be


#eb16be Border Color

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

This div border color is #eb16be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb16be


Comments

No comments written yet.

Please login to write comment.