Color Hex Logo

#eb046b Color Hex

#EB046B
(235,4,107)
0 Favorites   0 Comments

Color spaces of #eb046b

RGB 2354107
HSL0.930.970.47
HSV333°98°92°
CMYK 0.000.980.54   0.08
XYZ36.958218.810515.5928
Yxy18.81050.51790.2636
Hunter Lab43.371176.20759.0438
CIE-Lab50.464878.45909.9576

#eb046b color RGB value is (235,4,107).

#eb046b hex color red value is 235, green value is 4 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eb046b hue: 0.93 , saturation: 0.97 and the lightness value of eb046b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 01101011
Octal 353 4 153
Decimal 235 4 107
Hex EB 4 6B

RGB Percentages of Color #eb046b

%67.92
%1.16
%30.92

CMYK Percentages of Color #eb046b

%0
%98
%54
%8

Triadic Colors of #eb046b

#eb046b #6beb04 #046beb

Analogous Colors of #eb046b

#eb046b #eb1104 #eb04df

Monochromatic Colors of #eb046b

#eb046b

Complementary Color

#eb046b #04eb84

#eb046b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb046b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb046b Color CSS Codes

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

#eb046b Text Font Color

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

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


#eb046b Background Color

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

This div background color is #eb046b


#eb046b Border Color

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

This div border color is #eb046b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb046b


Comments

No comments written yet.

Please login to write comment.