Color Hex Logo

#eb043c Color Hex

#EB043C
(235,4,60)
0 Favorites   0 Comments

Color spaces of #eb043c

RGB 235460
HSL0.960.970.47
HSV345°98°92°
CMYK 0.000.980.74   0.08
XYZ35.120018.07525.9128
Yxy18.07520.59420.3058
Hunter Lab42.514973.051021.5147
CIE-Lab49.587276.088037.3444

#eb043c color RGB value is (235,4,60).

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

The process color (four color CMYK) of #eb043c color hex is 0.00, 0.98, 0.74, 0.08. Web safe color of #eb043c is #ff0033. Color #eb043c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 00111100
Octal 353 4 74
Decimal 235 4 60
Hex EB 4 3C

RGB Percentages of Color #eb043c

%78.60
%1.34
%20.07

CMYK Percentages of Color #eb043c

%0
%98
%74
%8

Triadic Colors of #eb043c

#eb043c #3ceb04 #043ceb

Analogous Colors of #eb043c

#eb043c #eb3f04 #eb04b0

Monochromatic Colors of #eb043c

#eb043c

Complementary Color

#eb043c #04ebb3

#eb043c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb043c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb043c Color CSS Codes

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

#eb043c Text Font Color

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

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


#eb043c Background Color

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

This div background color is #eb043c


#eb043c Border Color

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

This div border color is #eb043c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb043c


Comments

No comments written yet.

Please login to write comment.