Color Hex Logo

#eb015b Color Hex

#EB015B
(235,1,91)
0 Favorites   0 Comments

Color spaces of #eb015b

RGB 235191
HSL0.940.990.46
HSV337°100°92°
CMYK 0.001.000.61   0.08
XYZ36.160118.439211.5508
Yxy18.43920.54660.2787
Hunter Lab42.940975.166514.1100
CIE-Lab50.024577.710419.1578

#eb015b color RGB value is (235,1,91).

#eb015b hex color red value is 235, green value is 1 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eb015b hue: 0.94 , saturation: 0.99 and the lightness value of eb015b is 0.46.

The process color (four color CMYK) of #eb015b color hex is 0.00, 1.00, 0.61, 0.08. Web safe color of #eb015b is #ff0066. Color #eb015b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000001 01011011
Octal 353 1 133
Decimal 235 1 91
Hex EB 1 5B

RGB Percentages of Color #eb015b

%71.87
%0.31
%27.83

CMYK Percentages of Color #eb015b

%0
%100
%61
%8

Triadic Colors of #eb015b

#eb015b #5beb01 #015beb

Analogous Colors of #eb015b

#eb015b #eb1c01 #eb01d0

Monochromatic Colors of #eb015b

#eb015b

Complementary Color

#eb015b #01eb91

#eb015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb015b Color CSS Codes

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

#eb015b Text Font Color

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

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


#eb015b Background Color

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

This div background color is #eb015b


#eb015b Border Color

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

This div border color is #eb015b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb015b


Comments

No comments written yet.

Please login to write comment.