Color Hex Logo

#eb016d Color Hex

#EB016D
(235,1,109)
0 Favorites   0 Comments

Color spaces of #eb016d

RGB 2351109
HSL0.920.990.46
HSV332°100°92°
CMYK 0.001.000.54   0.08
XYZ37.032118.788016.1426
Yxy18.78800.51460.2611
Hunter Lab43.345176.64838.2608
CIE-Lab50.438278.81648.6962

#eb016d color RGB value is (235,1,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000001 01101101
Octal 353 1 155
Decimal 235 1 109
Hex EB 1 6D

RGB Percentages of Color #eb016d

%68.12
%0.29
%31.59

CMYK Percentages of Color #eb016d

%0
%100
%54
%8

Triadic Colors of #eb016d

#eb016d #6deb01 #016deb

Analogous Colors of #eb016d

#eb016d #eb0a01 #eb01e2

Monochromatic Colors of #eb016d

#eb016d

Complementary Color

#eb016d #01eb7f

#eb016d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb016d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb016d Color CSS Codes

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

#eb016d Text Font Color

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

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


#eb016d Background Color

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

This div background color is #eb016d


#eb016d Border Color

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

This div border color is #eb016d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb016d


Comments

No comments written yet.

Please login to write comment.