Color Hex Logo

#eb067c Color Hex

#EB067C
(235,6,124)
0 Favorites   0 Comments

Color spaces of #eb067c

RGB 2356124
HSL0.910.950.47
HSV329°97°92°
CMYK 0.000.970.47   0.08
XYZ37.964219.247720.7830
Yxy19.24770.48680.2468
Hunter Lab43.872277.68612.6239
CIE-Lab50.975879.53810.3213

#eb067c color RGB value is (235,6,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000110 01111100
Octal 353 6 174
Decimal 235 6 124
Hex EB 6 7C

RGB Percentages of Color #eb067c

%64.38
%1.64
%33.97

CMYK Percentages of Color #eb067c

%0
%97
%47
%8

Triadic Colors of #eb067c

#eb067c #7ceb06 #067ceb

Analogous Colors of #eb067c

#eb067c #eb060a #e806eb

Monochromatic Colors of #eb067c

#eb067c

Complementary Color

#eb067c #06eb75

#eb067c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb067c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb067c Color CSS Codes

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

#eb067c Text Font Color

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

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


#eb067c Background Color

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

This div background color is #eb067c


#eb067c Border Color

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

This div border color is #eb067c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb067c


Comments

No comments written yet.

Please login to write comment.