Color Hex Logo

#eb16bf Color Hex

#EB16BF
(235,22,191)
0 Favorites   0 Comments

Color spaces of #eb16bf

RGB 23522191
HSL0.870.840.50
HSV312°91°92°
CMYK 0.000.910.19   0.08
XYZ43.951821.997651.2197
Yxy21.99760.37510.1877
Hunter Lab46.901685.1957-31.9175
CIE-Lab54.024584.8187-34.8130

#eb16bf color RGB value is (235,22,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010110 10111111
Octal 353 26 277
Decimal 235 22 191
Hex EB 16 BF

RGB Percentages of Color #eb16bf

%52.46
%4.91
%42.63

CMYK Percentages of Color #eb16bf

%0
%91
%19
%8

Triadic Colors of #eb16bf

#eb16bf #bfeb16 #16bfeb

Analogous Colors of #eb16bf

#eb16bf #eb1655 #ad16eb

Monochromatic Colors of #eb16bf

#eb16bf

Complementary Color

#eb16bf #16eb42

#eb16bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb16bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb16bf Color CSS Codes

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

#eb16bf Text Font Color

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

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


#eb16bf Background Color

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

This div background color is #eb16bf


#eb16bf Border Color

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

This div border color is #eb16bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb16bf


Comments

No comments written yet.

Please login to write comment.