Color Hex Logo

#eb13bf Color Hex

#EB13BF
(235,19,191)
0 Favorites   0 Comments

Color spaces of #eb13bf

RGB 23519191
HSL0.870.850.50
HSV312°92°92°
CMYK 0.000.920.19   0.08
XYZ43.897821.889551.2016
Yxy21.88950.37520.1871
Hunter Lab46.786285.6042-32.1351
CIE-Lab53.909685.1555-34.9928

#eb13bf color RGB value is (235,19,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010011 10111111
Octal 353 23 277
Decimal 235 19 191
Hex EB 13 BF

RGB Percentages of Color #eb13bf

%52.81
%4.27
%42.92

CMYK Percentages of Color #eb13bf

%0
%92
%19
%8

Triadic Colors of #eb13bf

#eb13bf #bfeb13 #13bfeb

Analogous Colors of #eb13bf

#eb13bf #eb1353 #ab13eb

Monochromatic Colors of #eb13bf

#eb13bf

Complementary Color

#eb13bf #13eb3f

#eb13bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb13bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb13bf Color CSS Codes

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

#eb13bf Text Font Color

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

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


#eb13bf Background Color

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

This div background color is #eb13bf


#eb13bf Border Color

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

This div border color is #eb13bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb13bf


Comments

No comments written yet.

Please login to write comment.