Color Hex Logo

#eb067e Color Hex

#EB067E
(235,6,126)
0 Favorites   0 Comments

Color spaces of #eb067e

RGB 2356126
HSL0.910.950.47
HSV329°97°92°
CMYK 0.000.970.46   0.08
XYZ38.092019.298821.4560
Yxy19.29880.48310.2448
Hunter Lab43.930477.89901.7935
CIE-Lab51.035079.6956-0.8064

#eb067e color RGB value is (235,6,126).

#eb067e hex color red value is 235, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eb067e hue: 0.91 , saturation: 0.95 and the lightness value of eb067e is 0.47.

The process color (four color CMYK) of #eb067e color hex is 0.00, 0.97, 0.46, 0.08. Web safe color of #eb067e is #ff0066. Color #eb067e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000110 01111110
Octal 353 6 176
Decimal 235 6 126
Hex EB 6 7E

RGB Percentages of Color #eb067e

%64.03
%1.63
%34.33

CMYK Percentages of Color #eb067e

%0
%97
%46
%8

Triadic Colors of #eb067e

#eb067e #7eeb06 #067eeb

Analogous Colors of #eb067e

#eb067e #eb060b #e606eb

Monochromatic Colors of #eb067e

#eb067e

Complementary Color

#eb067e #06eb73

#eb067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb067e Color CSS Codes

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

#eb067e Text Font Color

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

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


#eb067e Background Color

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

This div background color is #eb067e


#eb067e Border Color

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

This div border color is #eb067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb067e


Comments

No comments written yet.

Please login to write comment.